Can anyone provide an answer, I have just had a power failure and I am receiving the error - I have not done anything to warrant the error:
Server Error in '/' Application.
Could not load file or assembly 'umbraco' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'umbraco' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
I wasn't paying attention, I deleted the wrong cache - I'm running a 64-bit machine and I needed to delete the temporary files from the 64-bit framework.
Same problem and fix for me, but the asp.net temp files were located under 'C:\Users\%username%\AppData\Local\Temp\Temporary ASP.NET Files\root' instead of 'C:\Windows\Microsoft.NET\Framework\%version%\Temporary ASP.NET files\root\'.
Could not load file or assembly 'businesslogic' after power went down
Hi,
I'm have a test installation of umbraco on my local system for development purposes. I'm using umbraco 4.10, asp.net 4, iis 7, windows 7.
I typed the site address in my browser and as umbraco was starting, power went down. The next day when I tried to go to my site I got this error:
I tried reassigning file permissions to umbraco but it didn't work.
Hi,
I have the same issue in Umbraco V6.0.1.
I have installed it on an Virtual Machine. This morning it works good. But now after power off I get the same server error!
Have everyone an idea to solve this?
Sören
Hi nima,
delete all the files in the "Temporary ASP.NET files" folder (C:\Windows\Microsoft.NET\Framework\%version%\Temporary ASP.NET files\root\).
This should solve it.
Sören
Can anyone provide an answer, I have just had a power failure and I am receiving the error - I have not done anything to warrant the error:
Server Error in '/' Application.
Could not load file or assembly 'umbraco' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'umbraco' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
I wasn't paying attention, I deleted the wrong cache - I'm running a 64-bit machine and I needed to delete the temporary files from the 64-bit framework.
Everything running A-OK
Same problem and fix for me, but the asp.net temp files were located under 'C:\Users\%username%\AppData\Local\Temp\Temporary ASP.NET Files\root' instead of 'C:\Windows\Microsoft.NET\Framework\%version%\Temporary ASP.NET files\root\'.
is working on a reply...