Unable to load file or Assembly 'Interop.Micropoint_ip_realtime'

Asked

Viewed 1,111 times

1

I’m with the ERROR below when running the project in Debug(in Release works normally):

An unhandled Exception of type 'System.IO.Filenotfoundexception' occurred in Slim.exe

Additional information: Unable to load file or Assembly 'Interop.Micropoint_ip_realtime, Version=1.0.0.0, Culture=neutral, Publickeytoken=null' or one of its dependencies. The system cannot find the specified file.

Can you help me?

print do erro

  • Tip 1: Enter the properties of this DLL in Windows Explorer, right-click -> properties and see if this file is not locked (reason for this is you have downloaded the file from the internet).

  • Tip 2: Delete the reference of this DLL and add again. Give clean and build on Solution.

  • Or Delete Debug Folder, Clean Project and Run Again, it seems strange, but it’s happened to me

  • Tip 1: I checked and the file is not locked. Tip 2: I had already done this but I did it again and continued with the same error. After cleaning the Debug folder, clean the project and run again the error continues and no longer works in Release. More possibility?

No answers

Browser other questions tagged

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