Could not load file or assembly System.Web.Mvc

前端 未结 4 1718
旧时难觅i
旧时难觅i 2021-02-18 15:55

I\'m using umbraco 4.11.3 in my project.My project work well util that\'s on Windows 7 and run it from visual studio 2012. But it did not work in Win 8 when it run from visual s

4条回答
  •  北荒
    北荒 (楼主)
    2021-02-18 16:47

    Umbraco 4.11.3 doesn't use MVC2, it uses MVC3 so I would guess that you have a reference in your web.config to the MVC2 library, possibly in the compilation > assemblies section. It should look something like this:

    
      
        
        
        
        
        
        
        
        
        
        
        
        
      
      
      
        
        
        
      
      
    
    

提交回复
热议问题