Upgrading framework on a ASP.Net MVC Solution
        Posted  
        
            by Shiraz Bhaiji
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Shiraz Bhaiji
        
        
        
        Published on 2010-04-21T13:00:27Z
        Indexed on 
            2010/04/21
            13:03 UTC
        
        
        Read the original article
        Hit count: 421
        
We have an ASP.Net MVC 1.0 solution developed using Visual Studio 2008 and .net Framework 3.5SP1.
We would now like to upgrade Visual Studio to 2010.
- If we just open the solution in VS 2010 and do not change the framework version, can we just continue to develop as before?
- If we open the solution in VS 2010 and change the framework version to 4.0, will we automatically start using ASP.Net MVC 2.0, or will it continue to use ASP.Net MVC 1.0?
- Is there anything we need to take into consideration when upgrading to ASP.Net MVC 2.0?
Thanks
Shiraz
© Stack Overflow or respective owner