3
Today I had a power outage problem and when restarting the computer a complete scan was performed. Apparently generated some errors and I believe that one of them is related to the problem that occurred next.
I opened my project in Visual Studio, C# and MVC and while trying to run the following problem occurred:
Unable to load file or Assembly 'Antlr3.Runtime' or a of its dependencies. Incorrect parameter. (HRESULT exception: 0x80070057 (E_INVALIDARG))
I have tried to delete everything from TEMP folder, already tried to take all link from Antlr3.Runtime.dll dll to the project and the problem persists. Any solution?
Copy the file again?
– Maniero