OpenCV Unmanaged DLLs not found asp.net

后端 未结 5 972
一整个雨季
一整个雨季 2021-01-18 23:29

We are building a web application (C# .NET) that uses unmanaged libraries in the form of the Emgu opencv wrapper. We are forcing the build to be in 32-bit (x86), and we are

5条回答
  •  暖寄归人
    2021-01-19 00:14

    To solve this problem put nvcuda.dll in /bin folder on web server. Be sure nvcuda.dll must be x86 Architecture is the same as the server, or x64 if web server has x64 Architecture.

    In future see other dependences in Dependence Walker http://www.dependencywalker.com/and put this dll's with parent libraries.

提交回复
热议问题