现在,我有这个问题,@H_404_3@
The type ‘System.Web.Mvc.FormMethod’
exists in both
‘c:\Windows\assembly\GAC_MSIL\System.Web.Mvc\1.0.0.0__31bf3856ad364e35\System.Web.Mvc.dll’ and in my AppData\Local\Temp\Temporary
ASP.NET
Files\root\dbcbb149\897fc019\assembly\dl3\796c00fb\f345f2d6_abe3c901\System.Web.Mvc.DLL’@H_404_3@
我尝试从web.config中注释掉以下内容@H_404_3@
<add assembly="System.Web.Mvc,Version=1.0.0.0,Culture=neutral,PublicKeyToken=31BF3856AD364E35" />
但它会产生差异@H_404_3@
The type ‘System.Web.Mvc.Controller’
is defined in an assembly that is not
referenced. You must add a reference
to assembly ‘System.Web.Mvc,
Version=1.0.0.0,
PublicKeyToken=31bf3856ad364e35’.@H_404_3@
有人可以帮助解决出错的问题以及如何解决问题.非常感谢你!@H_404_3@
射线.@H_404_3@
解决方法
有几个类似于你的问题:@H_404_3@
> How can you use ASP.NET MVC build from source rather than the GAC?
> MVC. Strongly-typed view difference (MVC sources vs. assembly)@H_404_3@