Problem running deployed app

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.
 
V

VB Programmer

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!
 
V

VB Programmer

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top