PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

空间上报错问题!!!!!!!~~~~~~~~~~~~急,谢谢 [复制链接]

1#
1、系统本地调试完成后,上传到空间后,一段时间都很正常的,但是最近,后台登陆就报错,显示:

“/”应用程序中的服务器错误。 无法加载 DLL“rasapi32.dll”: 动态链接库(DLL)初始化例程失败。 (异常来自 HRESULT:0x8007045A)。 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.DllNotFoundException: 无法加载 DLL“rasapi32.dll”: 动态链接库(DLL)初始化例程失败。 (异常来自 HRESULT:0x8007045A)。

源错误:

只有在调试模式下进行编译时,生成此未处理异常的源代码才会显示出来。若要启用此功能,请执行以下步骤之一,然后请求 URL:

1. 在产生错误的文件的顶部添加一条“Debug=true”指令。例如:

  <%@ Page Language="C#" Debug="true" %>

或:

2. 将以下的节添加到应用程序的配置文件中:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

请注意,第二个步骤将使给定应用程序中的所有文件在调试模式下进行编译;第一个步骤仅使该特定文件在调试模式下进行编译。

重要事项: 以调试模式运行应用程序一定会产生内存/性能系统开销。在部署到生产方案之前,应确保应用程序调试已禁用。

堆栈跟踪:

[DllNotFoundException: 无法加载 DLL“rasapi32.dll”: 动态链接库(DLL)初始化例程失败。 (异常来自 HRESULT:0x8007045A)。]   System.Net.RasHelper.RasEnumConnections(RASCONN[] lprasconn, UInt32& lpcb, UInt32& lpcConnections) +0   System.Net.RasHelper.GetCurrentConnectoid() +105   System.Net.AutoDetector.Initialize() +143   System.Net.AutoDetector.get_CurrentAutoDetector() +4   System.Net.AutoWebProxyScriptEngine..ctor(WebProxy proxy, Boolean useRegistry) +54   System.Net.WebProxy.UnsafeUpdateFromRegistry() +31   System.Net.WebProxy..ctor(Boolean enableAutoproxy) +7   System.Net.Configuration.DefaultProxySectionInternal..ctor(DefaultProxySection section) +992   System.Net.Configuration.DefaultProxySectionInternal.GetSection() +96[ConfigurationErrorsException: 创建在“system.net/defaultProxy”配置节中指定的 Web 代理时出错。]   System.Net.Configuration.DefaultProxySectionInternal.GetSection() +195   System.Net.WebRequest.get_InternalDefaultWebProxy() +92   System.Net.HttpWebRequest..ctor(Uri uri, ServicePoint servicePoint) +184   System.Net.HttpRequestCreator.Create(Uri Uri) +26   System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase) +298   System.Net.WebRequest.Create(String requestUriString) +81   PageAdmin.masterlogin.Get_PageAdmin() +1498   PageAdmin.masterlogin.Check_Version() +415   PageAdmin.masterlogin.validate_login(Object Src, EventArgs e) +10   System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +86   System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115   System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7248   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213   System.Web.UI.Page.ProcessRequest() +86   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18   System.Web.UI.Page.ProcessRequest(HttpContext context) +49   ASP.master_login_aspx.ProcessRequest(HttpContext context) +4   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

版本信息: Microsoft .NET Framework 版本:2.0.50727.1433; ASP.NET 版本:2.0.50727.1433


2、如果删除install.lock后,进行INSTALL初始化,下一步以后,仍然显示“错误:请删除/install/目录下的install.lock文件后再运行。”并没有这个文件了呀??!!

请高手指点!!!!万分感谢
分享 转发
TOP
2#


文件夹是不是就是WWW这个?他的权限,属性里可以看到,是这个吗?怎么改?改了有用吗?
另外,install那个死锁问题,是不是和这个有关?望进一步指教!谢谢!
TOP
发新话题 回复该主题