Results 1 to 11 of 11

Thread: [RESOLVED] backwards compatibility of vs 2005 with .net framework 1.1

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2007
    Posts
    403

    Resolved [RESOLVED] backwards compatibility of vs 2005 with .net framework 1.1

    hi,

    can i develop a program in vs 2005 and use .net framework 1.1?

    client uses .net 1.1 so i have to.

    thanks.

    VB Version: Microsoft Visual Studio 2008 Professional Edition
    .NET Version: Microsoft .NET Framework Version 3.5
    OS: Windows XP SP3

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

    Re: backwards compatibility of vs 2005 with .net framework 1.1

    Not so much, you need VS 2003 for that.

    I think (but don't know for sure right off hand) you might be able to use VS 2010 & target 1.1
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

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

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: backwards compatibility of vs 2005 with .net framework 1.1

    No version other than 2003 targets 1.1. All versions after 2003 (which means 2005, 2008, and 2010) have the ability to target back to framework 2.0, but none go earlier.

    I ought to add that framework 2.0 was pushed to all XP computers as an Automatic Update, and 3.5 was pushed out as an optional update and has come installed on newer OS versions. Therefore, it is fairly likely that the client has 2.0, even if they don't know it. You might confirm (and may already have done so) that they don't have it before trying to go back to 2003 for development. I liked that version, but I also felt that the changes from 2003 to 2005 were the biggest changes between two versions of .NET, so I would prefer to stick with framework 2.0, if at all possible.
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2007
    Posts
    403

    Re: backwards compatibility of vs 2005 with .net framework 1.1

    thanks.

    i'll have a chat with the admin to check if they have the other versions installed or if they can install it.

    VB Version: Microsoft Visual Studio 2008 Professional Edition
    .NET Version: Microsoft .NET Framework Version 3.5
    OS: Windows XP SP3

  5. #5
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: backwards compatibility of vs 2005 with .net framework 1.1

    Quote Originally Posted by Shaggy Hiker View Post
    No version other than 2003 targets 1.1. All versions after 2003 (which means 2005, 2008, and 2010) have the ability to target back to framework 2.0, but none go earlier.
    I thought framework 2.0 etc would include the previous frameworks also? That means that if I target 2.0 that covers 1.1 as well.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: backwards compatibility of vs 2005 with .net framework 1.1

    I'm not sure about that. I believe that 3 and 3.5 are based on 2, but I think 2 is radically different from 1.1. In any case, if you target 2.0, you would almost certainly use some of the features that were added to 2.0, which would mean that even if 1.1 was installed it still wouldn't provide the functionality needed.
    My usual boring signature: Nothing

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: backwards compatibility of vs 2005 with .net framework 1.1

    1.1 was based on 1.0.
    2.0 was a new version
    3.0 extended 2.0
    and 3.5 extended that again.
    4.0 once again is a new set

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2007
    Posts
    403

    Re: backwards compatibility of vs 2005 with .net framework 1.1

    client agreed to install 2.0 and 3.5. =)

    thanks.

    VB Version: Microsoft Visual Studio 2008 Professional Edition
    .NET Version: Microsoft .NET Framework Version 3.5
    OS: Windows XP SP3

  9. #9
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: backwards compatibility of vs 2005 with .net framework 1.1

    Quote Originally Posted by Shaggy Hiker View Post
    I'm not sure about that. I believe that 3 and 3.5 are based on 2, but I think 2 is radically different from 1.1. In any case, if you target 2.0, you would almost certainly use some of the features that were added to 2.0, which would mean that even if 1.1 was installed it still wouldn't provide the functionality needed.
    Unless all the features from 1.0 are sill included and they just removed the extra features that were in 1.1. So 1.0 being the base would still be in there it would be ok. I am thinking they totally disregarded version 1.0 altogether. However, this isn't the case.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  10. #10
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: backwards compatibility of vs 2005 with .net framework 1.1

    Quote Originally Posted by adshocker View Post
    client agreed to install 2.0 and 3.5. =)

    thanks.
    Sweet. With 3.5 you can use LINQ and other more beneficial stuff.
    My usual boring signature: Nothing

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

    Re: backwards compatibility of vs 2005 with .net framework 1.1

    Quote Originally Posted by Nightwalker83 View Post
    Unless all the features from 1.0 are sill included and they just removed the extra features that were in 1.1. So 1.0 being the base would still be in there it would be ok. I am thinking they totally disregarded version 1.0 altogether. However, this isn't the case.
    I dont think any features in the 1.0 or 1.1 Frameworks were removed when they made 2.0, I know that things in the 1.0 and 1.1 Frameworks were moved around (the System.Xml namespace was created and the existing xml functionality was moved to it, plus the addition of new xml stuff) which was the biggest incompatibility between the 1.0/1.1 and the 2.0 Frameworks.

    Personally, I target 2.0 or above for all the projects I can. 2.0 works on all the same OS's as 1.0/1.1 and it's by far much easier to migrate a project to a newer Framework if you start with a 2.0 FW project. Though with 4.0 being it's own FW (not stacked on the 3.5 FW) within a few years here I just may try and start all new projects target that and migrate the projects I can to it, but the 4.0 FW is WinXP and newer so my Win2k client's project's can't be a 4.0 one till they update all of their systems (I hope they start to soon, it really would be nice of them to).
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

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

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