.NET Includes Question

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

    .NET Includes Question

    Does anyone know if it is possible compile an application in .NET in such a
    way that it includes the parts from the .NET framework that it needs? I'm
    trying to update my development environment so that I can use VS .NET 2008,
    but don't want to have to require my clients to install the framework if I
    can include the neccesary pieces in my application. Thank You.


  • Tom Shelton

    #2
    Re: .NET Includes Question

    On 2008-06-12, Tom Andrecht <tom.andrecht@n ospam.dmacorpor ation.comwrote:
    Does anyone know if it is possible compile an application in .NET in such a
    way that it includes the parts from the .NET framework that it needs? I'm
    trying to update my development environment so that I can use VS .NET 2008,
    but don't want to have to require my clients to install the framework if I
    can include the neccesary pieces in my application. Thank You.
    >
    >
    Not in the framework or .NET, but there are 3rd party products that do this.
    I have never really looked at them though, so I can't make a recomendation on
    quality/price.

    --
    Tom Shelton

    Comment

    • Scott M.

      #3
      Re: .NET Includes Question

      If you want to run a .NET applicaiton, you'll need to install the entire
      ..NET Framework.


      "Tom Andrecht" <tom.andrecht@n ospam.dmacorpor ation.comwrote in message
      news:ujLMhULzIH A.4816@TK2MSFTN GP03.phx.gbl...
      Does anyone know if it is possible compile an application in .NET in such
      a way that it includes the parts from the .NET framework that it needs?
      I'm trying to update my development environment so that I can use VS .NET
      2008, but don't want to have to require my clients to install the
      framework if I can include the neccesary pieces in my application. Thank
      You.
      >

      Comment

      • Cor Ligthert[MVP]

        #4
        Re: .NET Includes Question

        Tom,

        No this does not work on Dos 1.0.

        Cor

        "Tom Andrecht" <tom.andrecht@n ospam.dmacorpor ation.comschree f in bericht
        news:ujLMhULzIH A.4816@TK2MSFTN GP03.phx.gbl...
        Does anyone know if it is possible compile an application in .NET in such
        a way that it includes the parts from the .NET framework that it needs?
        I'm trying to update my development environment so that I can use VS .NET
        2008, but don't want to have to require my clients to install the
        framework if I can include the neccesary pieces in my application. Thank
        You.
        >

        Comment

        • IanR

          #5
          Re: .NET Includes Question

          There's various .Net linkers that allow you to do that. Ie. Remotesoft's
          Salamander (http://www.remotesoft.com/linker/)
          or you could package the entire application using something like Thinstall
          from VMWare ((http://www.thinstall.com/) or Xenocode
          (http://www.xenocode.com/)

          "Tom Andrecht" <tom.andrecht@n ospam.dmacorpor ation.comwrote in message
          news:ujLMhULzIH A.4816@TK2MSFTN GP03.phx.gbl...
          Does anyone know if it is possible compile an application in .NET in such
          a way that it includes the parts from the .NET framework that it needs?
          I'm trying to update my development environment so that I can use VS .NET
          2008, but don't want to have to require my clients to install the
          framework if I can include the neccesary pieces in my application. Thank
          You.
          >

          Comment

          Working...