Help: Application exception could not be handled

V

VB Programmer

When I run my VB.NET app locally it runs fine.

When I copy it up to the server (all supporting files, etc... there) I get
this error:

MyApp.exe - Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0x8e4 (2276), Thread id=0x92c (2348).
Click OK to terminate the application.
Click CANCEL to debug the application.

In my sub Main, which is the startup, I put a messagebox.show for the first
line and it never even gets to here! Any ideas? Previous versions of my app
have run fine.

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