vshost32.exe crash when calling unmanaged DLL

前端 未结 5 1144
野性不改
野性不改 2020-12-10 08:27

I\'m using a VS 2005 app to interface against an unmanaged (Fortran) DLL. When I run the compiled executable straight from the command line, everything is fine - the DLL can

5条回答
  •  -上瘾入骨i
    2020-12-10 09:06

    I am using Visual C# 2010 Express. I was able to stop the vshost32 crashes by navigating to Project -> Properties. I clicked on the Debug tab and unchecked the "Enable the Visual Studio hosting process" checkbox.

提交回复
热议问题