Install ASP.NET MVC3 and MVC2 side by side?

Can you install ASP.NET MVC3 and MVC2 side by side?

I want to install MVC3 and try it on a small project. BUT I want to keep our current big project on MVC2 for a while.

If I install MVC3, will my existing project be automatically updated or can I save it to MVC2?

+3
source share
4 answers

The title of the question says it all: Can you install ASP.NET MVC3 and MVC2 side by side?

ASP.NET MVC 2 3, . VS2010 , , MVC 2 3, . , MVC 3 .NET 4.0, MVC .NET 3.5, .NET 4.0.

+4

, MVC2 MVC3, . , MVC.

+4

, :

NUnit, DLL System.Web.Mvc. , NUnit - . SelectedList SelectedList.

Edit

I am running NUnit 2.5.5. It happens that when creating the application version 3.0.0.0 for dll is used, but when it starts under NUnit by the time the application DLL is loaded, version dll 2.0.0.0 is already loaded. Both of them have the SelectedList class defined in them, and this causes NUnit to lose their minds.

+1
source

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


All Articles