I have a VB.NET winform app that I created that uses an unmanaged ActiveX control for knobs and sliders (cwui.ocx).
I created a setup project for it and it installs fine on my machine. The app runs fine too.
When I run it on another machine it installs fine, but when I run the program I get this error:
-------
MyApp.exe - Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0x11c(284), Thread id=0x68(104).
Click OK to terminate the application.
Click CANCEL to debug the application.
-----
Any ideas???