XCopy Deployment???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan M Dunsmuir

    XCopy Deployment???

    Having completed the development of a VB Windows Form application using
    VB.NET 2003, I have attempted to install it on my back-up machine, which
    I recently upgraded to WinXPPro SP2, but which has not had VS.NET
    installed on it.

    I did this by simply copying directly the entire packet of directories
    associated with the application to the target machine.

    When I attempt to launch the .exe file in either the Debug, the Release
    or the bin folders, I get the same error message:

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

    What is causing this?

    What am I doing wrong?

    How do I avoid this problem when installing the application on other
    machines?
    --
    Alan M Dunsmuir
  • Ken Tucker [MVP]

    #2
    Re: XCopy Deployment???

    Hi,

    You have to install the dotnet framework on the target machine.

    Ken
    ----------------
    "Alan M Dunsmuir" <alan@moonrake. demon.co.uk> wrote in message
    news:TLDOoZAz96 BCFw4H@moonrake .demon.co.uk...
    Having completed the development of a VB Windows Form application using
    VB.NET 2003, I have attempted to install it on my back-up machine, which
    I recently upgraded to WinXPPro SP2, but which has not had VS.NET
    installed on it.

    I did this by simply copying directly the entire packet of directories
    associated with the application to the target machine.

    When I attempt to launch the .exe file in either the Debug, the Release
    or the bin folders, I get the same error message:

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

    What is causing this?

    What am I doing wrong?

    How do I avoid this problem when installing the application on other
    machines?
    --
    Alan M Dunsmuir


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: XCopy Deployment???

      "Alan M Dunsmuir" <alan@moonrake. demon.co.uk> schrieb:[color=blue]
      > "The application failed to initialize properly (0xc0000135). Click on OK
      > to terminate the application."
      >
      > What is causing this?[/color]

      Are you sure the .NET Framework is installed on that machine?

      ..NET Framework Version 1.1 Redistributable
      <URL:http://msdn.microsoft. com/netframework/downloads/framework1_1red ist/>

      You may want to install it as part of your application's setup:

      Deploying the .NET Framework in a setup package
      <URL:http://dotnet.mvps.org/dotnet/faqs/?id=deployframe work&lang=en>

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      • Alan M Dunsmuir

        #4
        Re: XCopy Deployment???

        In message <eDJAKHUDFHA.10 40@TK2MSFTNGP09 .phx.gbl>, "Ken Tucker [MVP]"
        <vb2ae@bellsout h.net> writes[color=blue]
        > You have to install the dotnet framework on the target machine.[/color]

        I thought that the Framework was included as part of the OS with WinME,
        WinXP and WinServer2003?

        That you only needed to install it separately on Win98 and Win2k
        machines?
        --
        Alan M Dunsmuir

        Comment

        • Alan M Dunsmuir

          #5
          Re: XCopy Deployment???

          In message <ODytszUDFHA.39 24@TK2MSFTNGP15 .phx.gbl>, "Herfried K. Wagner
          [MVP]" <hirf-spam-me-here@gmx.at> writes[color=blue]
          >Are you sure the .NET Framework is installed on that machine?[/color]

          See my reply to Ken. I thought that the Framework came as part of the
          original Systems install with WinXPPro.

          Does that mean that for Windows Forms applications I need to pre-install
          the Framework on EVERY target machine where this hasn't already been
          done explicitly?
          --
          Alan M Dunsmuir

          Comment

          • Herfried K. Wagner [MVP]

            #6
            Re: XCopy Deployment???

            Alan,

            "Alan M Dunsmuir" <alan@moonrake. demon.co.uk> schrieb:[color=blue]
            > Does that mean that for Windows Forms applications I need to pre-install
            > the Framework on EVERY target machine where this hasn't already been done
            > explicitly?[/color]

            Yes. There is no guarantee, even not on Windows XP machines, that the .NET
            Framework is installed.

            --
            M S Herfried K. Wagner
            M V P <URL:http://dotnet.mvps.org/>
            V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

            Comment

            • Dennis

              #7
              Re: XCopy Deployment???

              Go to Control Panel - Add/Remove Programs and you will find Framework and the
              installed version if it is in fact installed on your computers.

              "Alan M Dunsmuir" wrote:
              [color=blue]
              > In message <ODytszUDFHA.39 24@TK2MSFTNGP15 .phx.gbl>, "Herfried K. Wagner
              > [MVP]" <hirf-spam-me-here@gmx.at> writes[color=green]
              > >Are you sure the .NET Framework is installed on that machine?[/color]
              >
              > See my reply to Ken. I thought that the Framework came as part of the
              > original Systems install with WinXPPro.
              >
              > Does that mean that for Windows Forms applications I need to pre-install
              > the Framework on EVERY target machine where this hasn't already been
              > done explicitly?
              > --
              > Alan M Dunsmuir
              >[/color]

              Comment

              • Ken Tucker [MVP]

                #8
                Re: XCopy Deployment???

                Hi,

                Only Windows 2003.

                Ken
                -------------------
                "Alan M Dunsmuir" <alan@moonrake. demon.co.uk> wrote in message
                news:BtmqxcBl+8 BCFw5v@moonrake .demon.co.uk...
                In message <eDJAKHUDFHA.10 40@TK2MSFTNGP09 .phx.gbl>, "Ken Tucker [MVP]"
                <vb2ae@bellsout h.net> writes[color=blue]
                > You have to install the dotnet framework on the target machine.[/color]

                I thought that the Framework was included as part of the OS with WinME,
                WinXP and WinServer2003?

                That you only needed to install it separately on Win98 and Win2k
                machines?
                --
                Alan M Dunsmuir


                Comment

                • Alan M Dunsmuir

                  #9
                  Re: XCopy Deployment???

                  In message <#19hdXVDFHA.21 56@TK2MSFTNGP10 .phx.gbl>, "Herfried K. Wagner
                  [MVP]" <hirf-spam-me-here@gmx.at> writes[color=blue]
                  >Yes. There is no guarantee, even not on Windows XP machines, that the
                  >.NET Framework is installed.[/color]

                  Thanks, everybody. I've checked, and indeed it is not installed yet on
                  my back-up machine.
                  --
                  Alan M Dunsmuir

                  Comment

                  • Alan M Dunsmuir

                    #10
                    Re: XCopy Deployment???

                    This application was developed under Framework 1.1, using VB.NET 2003.

                    Will it run on machines on which Framework 1.0 has been installed, or do
                    I need to install Framework 1.1 there as well?

                    Can 1.0 and 1.1 co-exist on the same machine?

                    What happens to applications running under Framework 1.0 if I install
                    Framework 1.1 on the machine?
                    --
                    Alan M Dunsmuir

                    Comment

                    • jaytm

                      #11
                      Re: XCopy Deployment???

                      Alan M Dunsmuir wrote:[color=blue]
                      > This application was developed under Framework 1.1, using VB.NET 2003.
                      >
                      > Will it run on machines on which Framework 1.0 has been installed, or do
                      > I need to install Framework 1.1 there as well?[/color]


                      install 1.1

                      [color=blue]
                      >
                      > Can 1.0 and 1.1 co-exist on the same machine?[/color]


                      yes[color=blue]
                      >
                      > What happens to applications running under Framework 1.0 if I install
                      > Framework 1.1 on the machine?[/color]


                      no change

                      Comment

                      • Pete Wright

                        #12
                        Re: XCopy Deployment???

                        And XP Service Pack 2 surely?


                        --
                        Pete Wright
                        Author of ADO.NET Novice to Pro for Apress


                        "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
                        news:eMaJE%23WD FHA.3540@TK2MSF TNGP14.phx.gbl. ..[color=blue]
                        > Hi,
                        >
                        > Only Windows 2003.
                        >
                        > Ken
                        > -------------------
                        > "Alan M Dunsmuir" <alan@moonrake. demon.co.uk> wrote in message
                        > news:BtmqxcBl+8 BCFw5v@moonrake .demon.co.uk...
                        > In message <eDJAKHUDFHA.10 40@TK2MSFTNGP09 .phx.gbl>, "Ken Tucker [MVP]"
                        > <vb2ae@bellsout h.net> writes[color=green]
                        >> You have to install the dotnet framework on the target machine.[/color]
                        >
                        > I thought that the Framework was included as part of the OS with WinME,
                        > WinXP and WinServer2003?
                        >
                        > That you only needed to install it separately on Win98 and Win2k
                        > machines?
                        > --
                        > Alan M Dunsmuir
                        >
                        >[/color]


                        Comment

                        • Samuel R. Neff

                          #13
                          Re: XCopy Deployment???


                          nope. I use a vmware instance with Win XP SP2 and nothing else as one
                          base for testing installations and on that the .net framework must
                          also be installed.

                          Sam

                          On Wed, 9 Feb 2005 16:12:40 -0000, "Pete Wright"
                          <peterjwright@g mail.com> wrote:
                          [color=blue]
                          >And XP Service Pack 2 surely?[/color]

                          B-Line is now hiring one VB.NET developer for
                          WinForms + WebServices position with ASPX in future.
                          Seaking mid to senior level developer. For
                          information or to apply e-mail sam_blinex_com.

                          Comment

                          Working...