Click here to Skip to main content
15,896,469 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi!
I want to use OpenCV or Emgu for face detection in ASP.net. It is working properly in a windows application, but in ASP.net on 64 bit OS it is not working properly. It is throwing a bad image exception.

Please help me to solve the issue.

Thanks in advance,

snehal kadiya

[edit]email address removed[/edit]
Posted
Updated 29-Sep-11 8:07am
v4
Comments
jim lahey 28-Apr-11 7:40am    
don't post your email address. if someone answers, you'll receive an email anyway.
Manfred Rudolf Bihy 28-Apr-11 8:07am    
Post the whole exception: message and the stacktrace. Add it to your question with "Improve question" link.

When you are deploying the executable also compile the executable by linking
x64 bit library.

So make sure for ASP.Net you linked with x64 bit library or not.
 
Share this answer
 
i have solve the issue by donwloadin emgu 64 bit version and i need to insttal visual c++ runtime 64 bit
 
Share this answer
 

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