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

Re: "Error executing program!" when starting .Net 2.0 application by shot

shot
Wed Jan 11 09:06:41 CST 2006

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