Results 1 to 8 of 8

Thread: [RESOLVED] Why does Visual Studio 2010 convert my projects?

  1. #1

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Resolved [RESOLVED] Why does Visual Studio 2010 convert my projects?

    http://blogs.msdn.com/b/visualstudio...-projects.aspx

    I tried reading that explanation and wasn't totally convinced. Can anyone explain what technical reasons prevented Microsoft from allowing VS2010 to open VS2008 projects without conversion?
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

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

    Re: Why does Visual Studio 2010 convert my projects?

    The way I understand it is that VS2010 uses different set of referenced files than those of VB2008 that is why it needs to convert the code.
    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

  3. #3

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Why does Visual Studio 2010 convert my projects?

    I could understand that for a project in the VS2010 project format, but I still can't see why VS2010 wouldn't be able to open a VS2008 project file.

    Microsoft Office has handled legacy formats for years without requiring conversion to the latest document format.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

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

    Re: Why does Visual Studio 2010 convert my projects?

    I would think that would be the same reason. I found this as one of the responses to the article:

    Visual Studio Converter 2010 to 2008

    CVSVC is Windows utility for converting between Visual Studio 2010 Forms Project to 2008 version İts supports only Visual Studio 2010 and convert only Windows Form Projects. Original version of the code was created by Mezo Powered by Crewel

    Download Link:

    http://hotfile.com/dl/55611070/65372...erter.rar.html
    Edit:

    I don't know if this will help explain things.
    Last edited by Nightwalker83; Mar 21st, 2011 at 07:53 PM. Reason: Adding more!
    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

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Why does Visual Studio 2010 convert my projects?

    Backward compatibility is always a ball and chain. They could have chosen to support backward compatibility but it would have made implementing some of the desired features more difficult or impossible. There's something to gain and something to lose either way. They chose to go one way and not the other because they thought there was more to gain and less to lose that way.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Why does Visual Studio 2010 convert my projects?

    Quote Originally Posted by jmcilhinney View Post
    Backward compatibility is always a ball and chain. They could have chosen to support backward compatibility but it would have made implementing some of the desired features more difficult or impossible. There's something to gain and something to lose either way. They chose to go one way and not the other because they thought there was more to gain and less to lose that way.
    I guess I'm just used to Microsoft being backwards-compatible with their stuff, like they have been with Windows.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Why does Visual Studio 2010 convert my projects?

    Quote Originally Posted by tr333 View Post
    I guess I'm just used to Microsoft being backwards-compatible with their stuff, like they have been with Windows.
    And look at all the baggage that they've had to drag along to make that happen, and all the criticism they've received as a result. You'll never please all of the people all of the time. Round-tripping is something that I don't personally need, so I'm happy that they chose not to support it for the benefits in other areas.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  8. #8
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: [RESOLVED] Why does Visual Studio 2010 convert my projects?

    Maybe because in VS2010 you can do things (eg target to .net 4.0) that can't be done in 2008, so the sln won't work in 2008...
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

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