求教:System.Web.HttpUnhandledException”的异常

问题描述

各位,以下问题怎么解决,下面是错误源码:<html><head><title>未将对象引用设置到对象的实例。</title><style>body{font-family:"Verdana";font-weight:normal;font-size:.7em;color:black;}p{font-family:"Verdana";font-weight:normal;color:black;margin-top:-5px}b{font-family:"Verdana";font-weight:bold;color:black;margin-top:-5px}H1{font-family:"Verdana";font-weight:normal;font-size:18pt;color:red}H2{font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon}pre{font-family:"LucidaConsole";font-size:.9em}.marker{font-weight:bold;color:black;text-decoration:none;}.version{color:gray;}.error{margin-bottom:10px;}.expandable{text-decoration:underline;font-weight:bold;color:navy;cursor:hand;}</style></head><bodybgcolor="white"><span><H1>“/”应用程序中的服务器错误。<hrwidth=100%size=1color=silver></H1><h2><i>未将对象引用设置到对象的实例。</i></h2></span><fontface="Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><b>说明:</b>执行当前Web请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。<br><br><b>异常详细信息:</b>System.NullReferenceException:未将对象引用设置到对象的实例。<br><br><b>源错误:</b><br><br><tablewidth=100%bgcolor="#ffffcc"><tr><td><code>执行当前Web请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。</code></td></tr></table><br><b>堆栈跟踪:</b><br><br><tablewidth=100%bgcolor="#ffffcc"><tr><td><code><pre>[NullReferenceException:未将对象引用设置到对象的实例。]CSWeb.Member.upcompany.initpage()+2784CSWeb.Member.upcompany.Page_Load(Objectsender,EventArgse)+289System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtrfp,Objecto,Objectt,EventArgse)+14System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Objectsender,EventArgse)+35System.Web.UI.Control.OnLoad(EventArgse)+99System.Web.UI.Control.LoadRecursive()+50System.Web.UI.Page.ProcessRequestMain(BooleanincludeStagesBeforeAsyncPoint,BooleanincludeStagesAfterAsyncPoint)+627</pre></code></td></tr></table><br><hrwidth=100%size=1color=silver><b>版本信息:</b>&nbsp;Microsoft.NETFramework版本:2.0.50727.3623;ASP.NET版本:2.0.50727.3618</font></body></html><!--[NullReferenceException]:未将对象引用设置到对象的实例。在CSWeb.Member.upcompany.initpage()在CSWeb.Member.upcompany.Page_Load(Objectsender,EventArgse)在System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtrfp,Objecto,Objectt,EventArgse)在System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Objectsender,EventArgse)在System.Web.UI.Control.OnLoad(EventArgse)在System.Web.UI.Control.LoadRecursive()在System.Web.UI.Page.ProcessRequestMain(BooleanincludeStagesBeforeAsyncPoint,BooleanincludeStagesAfterAsyncPoint)[HttpUnhandledException]:引发类型为“System.Web.HttpUnhandledException”的异常。在System.Web.UI.Page.HandleError(Exceptione)在System.Web.UI.Page.ProcessRequestMain(BooleanincludeStagesBeforeAsyncPoint,BooleanincludeStagesAfterAsyncPoint)在System.Web.UI.Page.ProcessRequest(BooleanincludeStagesBeforeAsyncPoint,BooleanincludeStagesAfterAsyncPoint)在System.Web.UI.Page.ProcessRequest()在System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContextcontext)在System.Web.UI.Page.ProcessRequest(HttpContextcontext)在ASP.member_upcompany_aspx.ProcessRequest(HttpContextcontext)在System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()在System.Web.HttpApplication.ExecuteStep(IExecutionStepstep,Boolean&completedSynchronously)--><!--此错误页可能包含敏感信息,因为ASP.NET通过&lt;customErrorsmode="Off"/&gt;被配置为显示详细错误信息。请考虑在生产环境中使用&lt;customErrorsmode="On"/&gt;或&lt;customErrorsmode="RemoteOnly"/&gt;。-->

解决方案

解决方案二:
贴出CSWeb.Member.upcompany.Page_Load这个Page_Load里的方法出来看看。可能的原因是:当你参数不存在时,Request.QueryString("OutlineID")为NULL值,这个时候你怎么能把它ToString()呢,在空值上操作肯定是要报你空引用的错误的!!

时间: 2024-09-18 09:58:40

求教:System.Web.HttpUnhandledException”的异常的相关文章

[HttpUnhandledException]: 引发类型为“System.Web.HttpUnhandledException”的异常。

问题描述 各位,请问这个问题怎么解决,下面的源码:<html><head><title>未将对象引用设置到对象的实例.</title><style>body{font-family:"Verdana";font-weight:normal;font-size:.7em;color:black;}p{font-family:"Verdana";font-weight:normal;color:black;ma

未处理的“System.InvalidOperationException”类型的异常出现在system.web.services.dll中。其他信息: 客户端发现响应内容类型为“text/

问题描述 "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322TemporaryASP.NETFileshuike.webservice205d4ef74c400ce7"下没有webservice编译生成后的dll文件,生成后应该有这样后缀名的文件.cs.cmdline.dll.err.out.pdb六个文件,但是现在我的电脑里打死不生成.dll的那个文件,程序运行不起来.请帮我看下下面的报错信息,到底是何问题啊?我今天要交任务的,谁知不能运行起来,我快气

通过System.Web.Mail程序发邮件

web|程序|发邮件 在.net 1.1里面,如何用程序控制来发送电子邮件.比如,网站用户注册成功后,给注册用户自动发一封邮件,提示用户的注册信息.再则,有时候需要每天定时的把一个报表发给固定的几个人.综合起来需要解决如下的几个问题: 1.SMTP服务器身份认证. 2.收件人为多人时,怎么发送. 3.发送邮件附件. 实现程序如下: 为了使用System.Web.Mail,在名字空间里引用: using System.Web.Mail; 定义一个发送邮件的过程         /**//// <s

webservice exception-客户端调用web service服务异常

问题描述 客户端调用web service服务异常 我是一个菜鸟,现在正在学着用wsdl.stub.连接webservice 现在出现的问题是: org.apache.axis2.AxisFault: Exception occurred while trying to invoke service method ReadClientDBByStrings at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils

找不到方法:Void System.Web.UI.ScriptResourceDefinition.set_LoadSuccessExpression

问题描述 本人菜鸟,在服务器上部署项目的时候出现如下错误,怎么解决啊:找不到方法:"VoidSystem.Web.UI.ScriptResourceDefinition.set_LoadSuccessExpression(System.String)".说明:执行当前Web请求期间,出现未经处理的异常.请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息.异常详细信息:System.MissingMethodException:找不到方法:"VoidSyst

System.Web.HttpException (0x80004005)

问题描述 MVCAPI4.0,发布后System.Web.HttpException(0x80004005)老是抛这个异常,怎么处理啊!

Label.Text已经赋值,为什么显示的是System.Web.UI.WebControls.Label

问题描述 这是我的代码publicpartialclassDefault2:System.Web.UI.Page{stringhavote;protectedvoidPage_Load(objectsender,EventArgse){HttpCookiecookie=Request.Cookies["CookieExmp"];if(cookie!=null){Label2.Text=cookie.Values["yaoming"];Label4.Text=cook

System.Web.UI.WebControls.Image 转换成流

问题描述 如题,有解决方法没,我想实现System.Web.UI.WebControls.Image和usingSystem.Drawing.image的互转 解决方案 解决方案二:System.Web.UI.WebControls.Image是控件,通过属性url显示的是图片的指向.System.Drawing.image是图像一般使用方式是通过System.Web.UI.WebControls.Image控件指向一个ashx或者aspx页面,ashx或aspx刷出image.两个不能直接互转

System.Web.Mvc 命名空间

System.Web.Mvc 命名空间包含一些类和接口,它们支持用于创建 Web 应用程序的 ASP.NET 模型视图控制器 (MVC) 框架.该命名空间包含表示控制器.控制器工厂.操作结果.视图.分部视图以及模型联编程序等的类. 类     类 说明 AcceptVerbsAttribute 表示一个特性,该特性指定操作方法将响应的 HTTP 谓词. ActionDescriptor 提供有关操作方法的信息,如操作方法的名称.控制器.参数.特性和筛选器. ActionExecutedConte