.NET Includes Question

  • Thread starter Thread starter Tom Andrecht
  • Start date Start date
T

Tom Andrecht

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.
 
If you want to run a .NET applicaiton, you'll need to install the entire
..NET Framework.
 
Back
Top