Today I had a power failure problem and a full scan was performed when the computer was restarted. It has apparently generated some errors and I believe one of them is related to the problem that occurred next.
I opened my project in Visual Studio, C # and MVC and trying to run the following problem occurred:
Could not load file or assembly 'Antlr3.Runtime' or a of its dependencies. Incorrect parameter. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
I have already tried to delete everything from the TEMP folder, I have already tried to get all links from the Antlr3.Runtime.dll dll of the project and the problem persists. Any solution?