Reputation: 61636
If I am reading this correctly, I should be able to use VS2010 solutions/projects in VS11 without any ill affects on my co-workers who are still using VS2010.
My projects are mostly c# Winforms and ASP.NET web services apps. Has anyone tried this setup? Has it really worked?
Upvotes: 1
Views: 94
Reputation: 52798
Yes it works fine, I use VS11 Beta every day, where as the rest of the company uses VS2010.
Note, you need to make sure that the VS2010 users have applied Visual Studio 2010 Service Pack 1. If not, then they cannot open a solution file saved by VS11.
Here's the Official MS Answer.
Few caveats I have found:
Upvotes: 2