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
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.