Migrating my MVC 3 application to MVC 4

前端 未结 9 2102
难免孤独
难免孤独 2020-12-24 03:08

I really do not know what to do, I\'m following this article that shows how to migrate my MVC 3 application manually .

I followed all the steps but

9条回答
  •  一向
    一向 (楼主)
    2020-12-24 03:35

    Reinstalling the AspNetSprite packages as suggested above does not solve the problem for me. But adding theses lines on the runtime\assemblyBinding section of the root web.config file works :

        
          
          
        
    

提交回复
热议问题