InvalidCastException is thrown after installing ASP.NET MVC 4 Beta

前端 未结 9 1651
小鲜肉
小鲜肉 2020-12-25 09:29

I get the following exception after installing ASP.NET MVC 4 Beta on a machine with ASP.NET MVC 3.

System.InvalidCastException was unhandled by user c

9条回答
  •  滥情空心
    2020-12-25 10:09

    Try adding the following in your web.config:

    
      
    
    

    The issue might be due to multiple build providers being registered and the latest winning.

提交回复
热议问题