21
2015
08

““/”应用程序中的服务器错误。"解决方法

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

编译错误

说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。            

编译器错误消息: CS0016: 未能写入输出文件“c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\037ce3d1\c4f93318\App_Web_installstep3.aspx.c29b009d.qgdt9mue.dll”--“拒绝访问。 ”

源错误:


[没有相关的源行]
                 

源文件:                行:  0            


警告: CS0108: “ASP.install_installstep3_aspx.Profile”隐藏了继承的成员“Install_InstallStep3.Profile”。如果是有意隐藏,请使用关键字 new。
源错误:

c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\037ce3d1\c4f93318\App_Web_installstep3.aspx.c29b009d.qgdt9mue.0.cs                
行 126:        }
行 127:        
行 128:        protected System.Web.Profile.DefaultProfile Profile {行 129:            get {
行 130:                return ((System.Web.Profile.DefaultProfile)(this.Context.Profile));
                 

警告: CS0108: “ASP.install_installstep3_aspx.ApplicationInstance”隐藏了继承的成员“Install_InstallStep3.ApplicationInstance”。如果是有意隐藏,请使用关键字 new。
源错误:

c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\037ce3d1\c4f93318\App_Web_installstep3.aspx.c29b009d.qgdt9mue.0.cs                
行 132:        }
行 133:        
行 134:        protected ASP.global_asax ApplicationInstance {行 135:            get {
行 136:                return ((ASP.global_asax)(this.Context.ApplicationInstance));
                 




解决方案:  C:\WINDOWS\temp 设置上Users的写入权限就行了.

« 上一篇下一篇 »

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。