Visual Studio 2013 Debugger does not work with external DLL

1

I have an application that was migrated from VS2008 to 2013, .Net FrameWork 4 and C #, which uses a DLL from another project.

Build without errors. But after running, at the moment of instantiating the dll object, it has the following error (This error only occurs in debugger ).

  

Error: Unable to load DLL 'PegasusImaging.Common.BarcodeXpress5.5.0.12.0.ssm': The specified module could not be found.   (Exception from HRESULT: 0x8007007E) "

If I publish the project, it works normally.

Remembering that this same project runs normally in Visual Studio 2008.

Can there be a problem with the debugger of Visual Studio 2013?

    
asked by anonymous 11.04.2017 / 19:53

0 answers