Results 1 to 9 of 9

Thread: [RESOLVED] Does VS.Net work with a newer .Net Framework version?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Posts
    108

    Resolved [RESOLVED] Does VS.Net work with a newer .Net Framework version?

    Hi,

    Can a version of Visual Studio.Net be used with a .Net Framework which is newer?

    e.g Can Visual Studio 2003 work on .Net Framework 2.0 ?

    or Visual Studio 2005 on the newer version of .Net(not released yet) ?

  2. #2
    Hyperactive Member Bananafish's Avatar
    Join Date
    Jan 2001
    Posts
    394

    Re: Does VS.Net work with a newer .Net Framework version?

    I have both 2003 and 2005 (.Net Framework 2) installed on one machine and it is running and maintaining apps built in both systems fine.

  3. #3
    Hyperactive Member
    Join Date
    May 2005
    Posts
    258

    Re: Does VS.Net work with a newer .Net Framework version?

    VS 2003 cannot use the .NET 2.0 framework but 2005 will use both 1.1 and 2.0.
    Currently Using: VS 2005 Professional

  4. #4
    Hyperactive Member Bananafish's Avatar
    Join Date
    Jan 2001
    Posts
    394

    Re: Does VS.Net work with a newer .Net Framework version?

    But both frameworks (1.1 and 2.0) will happily sit on the same machine...

  5. #5
    Hyperactive Member
    Join Date
    May 2005
    Posts
    258

    Re: Does VS.Net work with a newer .Net Framework version?

    Yes, you can have and should have both frameworks on your computer, but 2.0 will NOT work on VS 2003. You can only add v1.1 components to your solution in VS 2003.
    Currently Using: VS 2005 Professional

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Posts
    108

    Re: Does VS.Net work with a newer .Net Framework version?

    Quote Originally Posted by Bananafish
    I have both 2003 and 2005 (.Net Framework 2) installed on one machine and it is running and maintaining apps built in both systems fine.
    So in your case, version 2003 can target .net framework 2 and utilize its new features?

    Or is there both .net framework 1.1 and 2.0 on the same computer?


  7. #7
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Does VS.Net work with a newer .Net Framework version?

    Quote Originally Posted by LiLo
    So in your case, version 2003 can target .net framework 2 and utilize its new features?

    Or is there both .net framework 1.1 and 2.0 on the same computer?

    both frameworks are on the same computer, vb 2003 can not use the 2.0 framework
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Does VS.Net work with a newer .Net Framework version?

    To clarify,

    VS 2003 can only target version 1.0/1.1 in the IDE when developing apps, but when running an app, it will run on either of the framework version but the compatibility may break the app depending on what your app relies on.



    All three versions of the framework can co-exist on the same system.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Posts
    108

    Re: Does VS.Net work with a newer .Net Framework version?

    oh,ok

    thanks, i get it now

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