CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2009
    Posts
    21

    [RESOLVED] quick question,fast answer C# 2008 redistributables

    I have a quick question. For running an application made in Visual C# 2008 Express edition on a different computer (with a fresh installed windows for example), is it necessary to install the whole Net. Framework 3.5, or are there some other small packs of redistributables?, or if it is possible to make a pack with only the used features from the net framework.

  2. #2
    Join Date
    Nov 2007
    Location
    .NET 3.5 / VS2008 Developer
    Posts
    624

    Re: quick question,fast answer C# 2008 redistributables

    there is just one .Net 3.5. there is no "small" version. It's all or nothing.

  3. #3
    Join Date
    Oct 2004
    Posts
    97

    Re: [RESOLVED] quick question,fast answer C# 2008 redistributables

    That also depends on if the app is compiled as .net 3.5 if you dont need all the 3.5 features then change the compile status and only compile to .net 2.0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured