|
-
Mar 20th, 2011, 08:33 PM
#1
[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?
-
Mar 21st, 2011, 03:30 AM
#2
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
-
Mar 21st, 2011, 09:39 AM
#3
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.
-
Mar 21st, 2011, 07:24 PM
#4
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
-
Mar 22nd, 2011, 12:35 AM
#5
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.
-
Mar 23rd, 2011, 01:25 AM
#6
Re: Why does Visual Studio 2010 convert my projects?
 Originally Posted by jmcilhinney
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.
-
Mar 23rd, 2011, 01:31 AM
#7
Re: Why does Visual Studio 2010 convert my projects?
 Originally Posted by tr333
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.
-
Mar 27th, 2011, 06:59 AM
#8
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|