Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
VB
::Could not find type 'Emgu.CV.UI.ImageBox'
Hey, I am working on a EmugCV (a wrapper of OpenCV) project. The project build successgully but the output window does not display. I have included all the library but I am getting these warning. Can you help me in solving this problem? Here is the link of the screenshot: https://www.dropbox.com/s/sxu1r6xprp9id8n/Screenshot%20%2827%29.png
Posted
Comments
CHill60 8-Jul-14 5:54am    
"Included all the library" - so you have put the appropriate reference(s) into your project?
The DLLs are definitely installed correctly on the machine you are using?
You have the appropriate "using" statements at the top of your code module?

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