BalaShiyamala / opencvdotnet

Automatically exported from code.google.com/p/opencvdotnet
0 stars 0 forks source link

Could not load file or assembly 'OpenCVDotNet' #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. running a wpf/winforms application with opencvdotnet/opencv

What is the expected output? What do you see instead?

Could not load file or assembly 'OpenCVDotNet, Version=1.0.2615.24735,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. An
attempt was made to load a program with an incorrect format.

What version of the product are you using? On what operating system?

opencv 1.0, opencvdotnet, vs 2008, vista x64

Please provide any additional information below.
I have tried installing a dll file manually, have tried JIT run time
compile. Tried installing vc++ 2005 express. Nothing works

Original issue reported on code.google.com by rahul...@hotmail.com on 15 Mar 2009 at 10:10

Attachments:

GoogleCodeExporter commented 8 years ago
The same issue occurs in my case... With vs2008 on Windows XP. And yes, the dll 
is 
in the current directory...

Original comment by arne.van...@gmail.com on 7 May 2009 at 5:11

GoogleCodeExporter commented 8 years ago
I have the same problem. I use vs2008 and window vista

Original comment by sun%np.e...@gtempaccount.com on 2 Jul 2009 at 7:46

GoogleCodeExporter commented 8 years ago
same here

Original comment by vamsi8...@gmail.com on 26 Aug 2009 at 10:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same here, I am wondering if it is because I am using Vista and Visual Studio 
2008.
Is there anyone with Vista or VS2008 that did not have this problem?

Anyway, I found this wrapper that works pretty good for now.
http://code.google.com/p/directcv/

Original comment by SalPosti...@gmail.com on 27 Oct 2009 at 11:12

GoogleCodeExporter commented 8 years ago
Same issue. VS2008 on XP

Original comment by yuh...@gmail.com on 16 Jan 2010 at 11:22

GoogleCodeExporter commented 8 years ago
same here... win 7

Original comment by warzon...@gmail.com on 16 May 2010 at 11:17

GoogleCodeExporter commented 8 years ago
same here. I'm using vs2008 and windows 7

Original comment by turktaet...@gmail.com on 3 Jul 2010 at 1:18

GoogleCodeExporter commented 8 years ago
Guys same here, im using VS2008 Express and win vista business!

Original comment by sriramdasty7@gmail.com on 24 Aug 2010 at 3:50

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I had the same problem this morning and solved it by recompiling the 3 
OpenCvDotNetxxx.dlls.

To do that, go to the src folder, convert (if needed) and build the 3 solutions 
(2 projects are in C#, one in Cpp). The resulting dlls are directly placed 
underthe OpenCVDotNet directory.

And then everything works!!!

My config, Windows XP 32, Visual 2008, openCV 1.0. 

Original comment by contact....@gmail.com on 2 Dec 2010 at 8:45