exe won't run

  • Thread starter Thread starter Coder
  • Start date Start date
C

Coder

I created a VB.Net windows application. It distributes fine.
I made a copy of the entire folder structure for the project.
Opened up the vbproj from this newly created folder structure, changed a few
properties on a Button.
Compiled a release version.
Runs fine on the same dev machine, but will not run on other boxes with the
same OS and dotNet framework.

Anybody know what I am missing here (besides much dotNet experience :)

Thanks,
Steve
 
What clues can you offer other than "won't run"? Do you get an error message?
 
Did you install the .Net framework on the "boxes" where
you want to install the application?

Greetings,

Q
 
Yes, just one of those unhandled exception error messages that don't tell
you squat. The kind with only an OK and a Cancel button.



Jerry said:
What clues can you offer other than "won't run"? Do you get an error
message?
 
I also found out that it only runs on other machines that have Visual Studio
..Net installed on them.
 

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

Back
Top