Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm trying to use CUDAfy.NET in a web application which will be further called from a web form.
When it tries to initiate a CudafyModule it gives the error as shown in pic below:

Exception

Code was working perfectly in console application. Is there anyway to get rid of this problem?

What I have tried:

I tried using an Assembly type object and explicitly cast it into a Cudafy.Translator type object. It didn't seem to work. It might be that the web application is unable to get through the IIS abstraction and talk to the GPU.
Posted
Comments
Richard MacCutchan 19-Mar-16 5:54am    
Looks like the library cannot be found.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900