博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
无法生成临时类(result=1)的一种解决方法2
阅读量:5111 次
发布时间:2019-06-13

本文共 1851 字,大约阅读时间需要 6 分钟。

在运行.NET 的程序时,有时会出现如下的错误

 


“/”应用程序中的服务器错误。


无法生成临时类(result=1)。
error CS0016: 未能写入输出文件“c:\Documents and Settings\User\Local Settings\Temp\szcwt_ha.dll”--“拒绝访问。 ”

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.InvalidOperationException: 无法生成临时类(result=1)。
error CS0016: 未能写入输出文件“c:\Documents and Settings\User\Local Settings\Temp\szcwt_ha.dll”--“拒绝访问。 ”
源错误:

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。

堆栈跟踪:

[InvalidOperationException: 无法生成临时类(result=1)。error CS0016: 未能写入输出文件“c:\Documents and Settings\User\Local Settings\Temp\szcwt_ha.dll”--“拒绝访问。 ”]   We7.Framework.Util.SerializationHelper.Load(Type type, String filename) +213   We7.Framework.Config.DefaultConfigFileManager.DeserializeInfo(String configfilepath, Type configtype) +43   We7.Framework.Config.DefaultConfigFileManager.LoadConfig(DateTime& fileoldchange, String configFilePath, IConfigInfo configinfo, Boolean checkTime) +318   We7.Framework.Config.GeneralConfigFileManager.LoadConfig() +399   We7.Framework.Config.GeneralConfigs.GetConfig() +130   We7.UrlRewriter.HttpModule.Init(HttpApplication context) +44   System.Web.HttpApplication.InitModulesCommon() +66   System.Web.HttpApplication.InitModules() +46   System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +612   System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +264   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +104   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +290

 

 


版本信息: Microsoft .NET Framework 版本:2.0.50727.3623; ASP.NET 版本:2.0.50727.3053


 

除了可能是temp目录权限设置不正确外,还有一种可能,如果你装了杀毒软件,有时候即使你把杀毒软件关闭,有些安全设置依然会起作用。如果你安装有COMODO杀毒软件,那么恭喜你,我来告诉你下面该如何操作。

 

 

 

ok,从新运行你的.NET程序试试吧

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

转载于:https://www.cnblogs.com/eycbest/archive/2012/04/13/2445824.html

你可能感兴趣的文章
前端开发中提到的“脚手架”到底指什么,CLI?gulp 和 gulp-cli有什么区别
查看>>
iis7规范URL及利用web.config进行重定向
查看>>
【Linux】入门篇 环境搭建
查看>>
poj2569
查看>>
使用mmap在内存中读写文件
查看>>
使用pygal_maps_world.i18n中数据画各大洲地图
查看>>
sql server必知多种日期函数时间格式转换
查看>>
ListView如何获取点击单元格内容
查看>>
jQuery EasyUI 的下拉选择combobox后台动态赋值
查看>>
(转)游戏引擎中三大及时光照渲染方法介绍(以unity3d为例)
查看>>
timeline时间轴进度“群英荟萃”
查看>>
python map函数用法
查看>>
ios之申请后台延时执行和做一个假后台的方法(系统进入长时间后台后,再进入前台部分功能不能实现)...
查看>>
编码命名规范
查看>>
耿丹16-1上半学期助教总结
查看>>
python if else elif statement
查看>>
网络编程
查看>>
文本隐藏(图片代替文字)
查看>>
three.map.control
查看>>
二叉树的深度
查看>>