项目从Visual Studio 2013 升级到 2015 后出现错误解决方案

在将项目从Visual Studio 2013升级到2015后,遇到问题。要解决WebMatrix相关错误,需通过Package Manager Console安装Microsoft.AspNet.WebPages.Data和相关依赖。步骤包括打开Package Manager Console,并修改Web.config文件中<customErrors mode="On" >设置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

项目从Visual Studio 2013 升级到 2015 后出现错误解决方案


升级到VS2015后,Clear, 从新编译后,出现错误


Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated.


解决方案:


1. 修改 Web.config
<customErrors mode="Off" >

 编译运行,出现错误
Error: Attempt by security transparent method 'WebMatrix.WebData.PreApplicationStartCode.Start()' to access security critical method 'System.Web.WebPages.Razor.WebPageRazorHost.AddGlobalImport(System.String)' failed.


2. 安装程序包

   View -> Others windows -> Package Manager Console   或者   Tools > NuGet Package Manager > Package Manager Console

   PM> Install-Package Microsoft.AspNet.WebHelpers

  再编译,出现新错误
  Error:Could not load file or a
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值