Sharing Executable Applications

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MMesarch

    #1

    Sharing Executable Applications

    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
  • Kerry Moorman

    #2
    RE: Sharing Executable Applications

    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:
    [color=blue]
    > 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[/color]

    Comment

    • m.posseth

      #3
      Re: Sharing Executable Applications

      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]



      "Kerry Moorman" <KerryMoorman@d iscussions.micr osoft.com> wrote in message
      news:E7681FEF-A2B7-4DA4-B1B7-0038AB1C0159@mi crosoft.com...[color=blue]
      > 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:
      >[color=green]
      >> 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[/color][/color]


      Comment

      Working...