visual basic.net version 2003

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

    visual basic.net version 2003

    When attempting to run my program on another computer, I
    get the error message,

    The application failed to initialize properly
    (0xc0000135). Click OK to terminate the application.

    Any ideas?


  • Bryan Martin

    #2
    Re: visual basic.net version 2003

    This error normally means your trying to run a .net app on a computer that
    does not have the .net framework installed. Go to windows update on the
    client machine and install the .net framework.

    Bryan Martin

    "John Buchanan" <john.buchanan@ mindspring.com> wrote in message
    news:02b601c392 94$cf36dc40$a40 1280a@phx.gbl.. .[color=blue]
    > When attempting to run my program on another computer, I
    > get the error message,
    >
    > The application failed to initialize properly
    > (0xc0000135). Click OK to terminate the application.
    >
    > Any ideas?
    >
    >[/color]


    Comment

    Working...