Thread: Visual Studio and .Net Runtime Framework dependency

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1,579

    Visual Studio and .Net Runtime Framework dependency

    Hello everyone,


    If I am using Visual Studio 2005 to build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 2.0 when running?

    If I am using Visual Studio 2003 to build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 1.1 when running?

    How to check the .Net Framework Runtime dependencies when using Visual Studio?


    thanks in advance,
    George

  2. #2
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    That's all you need to know.
    The version of .NET needed depends directly on the version of VS you're using.

    VS .NET 2002 -> .NET 1.0
    VS .NET 2003 -> .NET 1.1
    VS .NET 2005 -> .NET 2.0
    VS .NET 2008 (I think it's going to be) -> .NET 3.0

    There is no other dependency, and no way that I'm aware of to build something in a version of VS that is linked to another (either older or newer) version of .NET.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. multiple errors generated by socket headers
    By nocturna_gr in forum Windows Programming
    Replies: 5
    Last Post: 12-16-2007, 06:33 PM
  2. Why?
    By gprime in forum C++ Programming
    Replies: 5
    Last Post: 06-13-2004, 04:44 PM
  3. Erros in Utility Header File
    By silk.odyssey in forum C++ Programming
    Replies: 4
    Last Post: 12-22-2003, 06:17 AM
  4. Visual Studio .NET beta 2
    By Marky_Mark in forum C++ Programming
    Replies: 1
    Last Post: 11-05-2001, 11:28 AM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM