Sharing Executable Applications

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
 
G

Guest

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
 
M

m.posseth

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]
 

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