首页 > 代码库 > [转]MVC3 类型“System.Web.Mvc.ModelClientValidationRule”同时存在
[转]MVC3 类型“System.Web.Mvc.ModelClientValidationRule”同时存在
如果你在创建项目的时候出现上述错误,别急!
解决方案:
step1:首先关闭你应用程序方案,在你保存项目的文件夹下找到应用程序名.csproj 。
step2:用文字编辑器打开你找到它找到<Reference Include="System.Web.WebPages" /> <Reference Include="System.Web.Helpers" />
然后将上述两个代码替换为: <Reference Include="System.Web.WebPages, Version=1.0.0.0,Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL "/>
<Reference Include="System.Web.Helpers, Version=1.0.0.0,Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
然后保存!然后用vs打开应用程序重新编译OK通过!
[转]MVC3 类型“System.Web.Mvc.ModelClientValidationRule”同时存在
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。