Visual Studio 2008 and 2010 for a single ASP.NET-MVC-2 project?

I recently joined a team that works on an ASP.NET MVC project .. they all work on Visual Studio 2008, but I have VS 2010 on my machine ... I'm going to invite all of us to switch to asp.NET MVC 2, but my question

Do they also need to upgrade to VS 2010, or will MVC 2 installation be simple enough so that we can all work on the same project at the same time? We use VisualSVN if that matters.

Edit: Just for clarification, I know about new additions to .Net 4 that will not work on .Net 3.5. How Razor View Engine syntax for HTML encoding and some other things

I do not plan to use any of these features.

My question is more focused on if I can continue to use VS 2010, or I should just uninstall it and install VS 2008 in order to be able to work with this team.

+3
source share
4 answers

The T4 version in VS2010 for generating views does <%: %>, while in VS2008 it is generated <%= %>, because it does not know about this new syntax value (and the implementations behind it, like only for .NET 4.0). <w> Edit: New <%:%> Syntax for HTML output in ASP.NET 4 (and ASP.NET MVC 2) .

, , / , .

, , VS2008, VS2010. .

0

, , - Solution-VS2008.sln, VS2010 .

# 4, VS2008 Solution-VS2008.sln.

: , , .

+1

Visual Studio 2010 VS2008, . , , . , , VS2010 VS2008.

ASP.NET MVC 2.

0

2008 2010. ASP.NET MVC 2 visual studio 2008, , : http://www.asp.net/learn/whitepapers/aspnet-mvc2-upgrade-notes. , .

0

Source: https://habr.com/ru/post/1757214/


All Articles