Unhandled Exception on machines without VS.net on them

G

Guest

I recently wrote my first Vb.net application, or at least my first complex app since moving up from vb6. When run from the VS.NET IDE, the program shows no errors and runs fine. When the output exe is run(this is a windows application) on my development pc, the exe runs fine as well. When the application is deployed on any other machine with .net framework 1.1, it generates an unhandled exception prioir to loading anything.
The setup project seems to be including all the proper dependencies and I have tried both debug and release configurations. I am running the exe from a local drive, so I do not think it is a security exception. What is causing this exception?
 
K

Ken Tucker [MVP]

What is the exception?

Ken
----------------

Dave Stewart said:
I recently wrote my first Vb.net application, or at least my first complex
app since moving up from vb6. When run from the VS.NET IDE, the program
shows no errors and runs fine. When the output exe is run(this is a windows
application) on my development pc, the exe runs fine as well. When the
application is deployed on any other machine with .net framework 1.1, it
generates an unhandled exception prioir to loading anything.
The setup project seems to be including all the proper dependencies and I
have tried both debug and release configurations. I am running the exe from
a local drive, so I do not think it is a security exception. What is causing
this exception?
 

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