Sharing Executable Applications

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI,
I am not sure this is the right group to send this qustion to, so if someone
thinks I should send it to another group let me know.

I have created my first Visual Basic program .NET on my computer and I am
trying to share the executable application with other people. I made sure
that I had compiled it with the execute mode rather than the debug mode.

When I gave the program to another person to run I get the error
"The application failed to initialize properly (0xc0000135). Click on OK to
terminate the application. "
--

Any thoughts?
Thanks.
Mark Mesarch
School of Natural Resources
University of Nebraska-Lincoln
 
Mark,

Did the person that you gave your executable to have the .Net framework
installed on their pc?

The .Net framework must be installed on any pc that needs to run .Net
executables.

Kerry Moorman
 
Also note that they should have a non beta version of the .Net framework

i encounter currently simular problems with some customers who had installed
the beta vesrion of framework 2.0 with my release versioned apps
deinstalling the beta version and installing the release version of the
framework solves these problems


regards

Michel Posseth [MCP]
 
Back
Top