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