Possible to continue to use Framework 1.1?

For another 1/2 year or so, we need to continue to use .Net framework 1.1 so that our customers do not need to upgrade their framework until next year (this is the way the boss wants it).  We would, however, like to make use of the many great new features that the VS2005 IDE offers... 'Edit and Continue' especially.

Is there a way to use VS2005 IDE to edit VS2003 projects and continue to use framework 1.1  

thanks....


Answer this question

Possible to continue to use Framework 1.1?

  • Colin R

    thanks David... exactly what i was looking for!  Looks like I'm not the only one...

  • SimonDM

    Have a look at the following post I made yesterday:

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=142510&SiteID=1

  • kunalb

    Not really. Especially if you want Edit and Continue it needs support from the framework and only 2.0 has this support.
  • Sudipto

    I would be fine with using Framework 2.0 for development... but the code that is produced would need to be 1.1 compliant so that the end user would not have to upgrade to 2.0 yet...

    I'm assuming the answer will be the same, but wanted to clarify that point...

  • Possible to continue to use Framework 1.1?