无法生成临时类(result=1)

作者: 来源:本站原创 点击数: 发布时间:2021年05月14日

问题描述:

无法生成临时类(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目录权限设置不正确

72ce428dc86c4e2388ddd97824a2827a.png