Home All Groups Group Topic Archive Search About

Sharing Executable Applications

Author
6 Feb 2006 9:31 PM
MMesarch
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

Author
6 Feb 2006 9:33 PM
Kerry Moorman
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


Show quoteHide quote
"MMesarch" wrote:

> 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
Author
7 Feb 2006 9:55 AM
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]



Show quoteHide quote
"Kerry Moorman" <KerryMoor***@discussions.microsoft.com> wrote in message
news:E7681FEF-A2B7-4DA4-B1B7-0038AB1C0159@microsoft.com...
> 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
>
>
> "MMesarch" wrote:
>
>> 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