Results 1 to 4 of 4

Thread: Framework 1.0 to 1.1

Hybrid View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518

    Framework 1.0 to 1.1

    What is the proper way to upgrade a project from depending on .NET Framework v1.0 to v1.1? I just installed 1.1 (thanks Lunatic3) and I see that it is installed, but when I look at existing projects in their Solution Explorer -> Dependencies all the builtin stuff points to:
    C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll

    What should I do? Make a new project and add the files individually? Or is there an updating tool?

    actually newly created projects seem to be looking at version 1.0 as well...

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Perhaps your project does not require methods from the V1.1 dll....

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    Apparently there is more to it than that - searching the forums (which I should have done in the first place) led me to this article:

    http://msdn.microsoft.com/msdnmag/is...s/default.aspx

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    Aha, the answer is that MS are buttpipes:

    http://msdn.microsoft.com/netframewo...n/default.aspx

    Visual Studio .NET and Versioning
    Many developers will wonder how Visual Studio is affected by side-by-side execution.

    Visual Studio .NET 2003 is capable of producing code that executes on the .NET Framework version 1.1 while Visual Studio .NET 2002 is capable of producing code that executes on the .NET Framework version 1.0. Consistent with the behavior followed by previous releases of Microsoft developer tools, each version of Visual Studio targets only the version of the .NET Framework with which it shipped.

    Neither tool provides the ability to target other versions. When a project created with Visual Studio .NET 2002 is opened in Visual Studio .NET 2003, the tool will offer to upgrade the project automatically to the .NET Framework version 1.1. If accepted, this procedure is irreversible, as the project may then be changed by the developer in a way that depends on functionality made available only in version 1.1. If the upgrade is refused, Visual Studio .NET 2003 will not open the project.

    Applications built with the .NET Framework using Visual Studio .NET 2002 and Visual Studio .NET 2003 will benefit from side-by-side execution. Both versions of Visual Studio .NET can be installed and execute on the same machine simultaneously for those developers who choose to support solutions on both versions of the .NET Framework.

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