Error loading Antlr3.Runtime

Asked

Viewed 1,629 times

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?

1 answer

1

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

PM> Update-Package Antlr -reinstall

Browser other questions tagged

You are not signed in. Login or sign up in order to post.