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?
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).
– MurariAlex
Tip 2: Delete the reference of this DLL and add again. Give clean and build on Solution.
– MurariAlex
Or Delete Debug Folder, Clean Project and Run Again, it seems strange, but it’s happened to me
– Renan Silveira
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?
– Alexandre Pedretti