Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MVC2 --> MVC3 Upgrade

As today's MVC3 released, I would like to ask if anyone had experienced problems in upgrading from MVC2 to MVC3 (without changing anything in the views) .

I'm currently using EF4, Telerik extensions

Should I upgrade, or should I wait ?

like image 623
Dani Avatar asked Jan 14 '11 12:01

Dani


1 Answers

The lead developer on the project I'm currently on installed and upgraded MVC2 to MVC3 RC, and the project and we're using EF4 and Telerik.

We updated from RC to the release this morning and discussed the update from MVC2 to MVC3 RC. After installation, he had to update the project references and web.config, but was able to do it fairly painlessly.

Make sure any other developers working on the project install the framework it to prevent any issues after taking an updated copy of the solution that you check in after upgrading.

like image 197
StuperUser Avatar answered Nov 15 '22 18:11

StuperUser