Ask Your Question

dusica.r.'s profile - activity

2015-03-15 05:21:52 -0600 commented question Unhandled System.IO.FileNotFound exception on .exe

Hi! Thank you for your answer. My dll and exe are in the same folder. I also tried to use emgu cv, but "System.ICloneable colud not be resolved" I could not fix. Only remaining option is to contact emgu.

2015-03-13 12:35:44 -0600 received badge  Editor (source)
2015-03-13 12:03:36 -0600 asked a question Unhandled System.IO.FileNotFound exception on .exe

C:\fakepath\err.PNG Hello, I'm trying to develop Windows Phone 8 appliaction in c#, using Visual Studio 2013. In my project, I use c++ dll, for some funcions with OpenCV. When in c# I call function from my dll, which containst "Mat" type, exception is thrown. Does anyone knows how to fix it?