C# to C++/CLI to C DLL System.IO.FileNotFoundException

前端 未结 6 1757
野的像风
野的像风 2021-01-05 09:52

I\'m getting System.IO.FileNotFoundException: The specified module could not be found when running C# code that calls a C++/CLI assembly which in turn

6条回答
  •  梦毁少年i
    2021-01-05 10:12

    Make sure the target system has the correct MS Visual C runtime, and that you are not accidentally building the C dll with a debug runtime.

提交回复
热议问题