Problem running deployed app

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I have a VB.NET winform app that I created that uses an ActiveX control
(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.
 
I need HELP!!! :(

Here's more info...

My program is small and uses:
A custom class I created uses System.Timers.Timer and the timer's
constructor shows frmMain.
frmMain has an unmanaged ActiveX control on it (from the cwui.ocx file).
I've included the OCX file with the package.
The program references an XML file for it's settings. I've included the XML
file with the package.
I also configured this assembly for "Full Trust" on the the machine.

Again, the error it gets is below...

Any ideas would be appreciated. Thanks!
 
Never mind.

VB Programmer said:
I need HELP!!! :(

Here's more info...

My program is small and uses:
A custom class I created uses System.Timers.Timer and the timer's
constructor shows frmMain.
frmMain has an unmanaged ActiveX control on it (from the cwui.ocx file).
I've included the OCX file with the package.
The program references an XML file for it's settings. I've included the XML
file with the package.
I also configured this assembly for "Full Trust" on the the machine.

Again, the error it gets is below...

Any ideas would be appreciated. Thanks!
 
Back
Top