"Error executing program!" when starting .Net 2.0 application

S

shot

Hi there,

i've a problem with the .Net 2.0 Framework. I've created a very simple
C++ .NET 2.0 Windows Forms application using Visual Studio 2005. I only
create a new project, save and compile it and launch it. Thats ok on
the machine where my IDE is installed. On a second computer i've
installed the .Net 2.0 Framework ( exactly same version which came with
the Visual Studio 2005 ). All i get on the second machine is a error
box saying "Error executing program!" immediatly after clicking on the
executable which is copied to the local harddisk of the second
computer.

I don't think this has anything to do with security policies since i've
also disabled some of this security stuff by using "caspol -e off -s
off".

Thx for your help
Michael
 
S

shot

oops,

i just found out that the application comes up when i compile it as an
Release build. is there any chance to get an Debug built application
started on a machine which does not have the studio installed?

bye
michael
 

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