Error loading Antlr3.Runtime [closed]

3

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?

    
asked by anonymous 20.08.2015 / 16:49

1 answer

1

Possibly corrupted the package. Open the Package Manager Console and run the following command:

PM> Update-Package Antlr -reinstall
    
20.08.2015 / 16:52