求助:NullReferenceException: 未将对象引用设置到对象的实例

liuguangyingxue 2006-11-06 06:08:27
错误提示:


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

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

异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。

源错误:

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

堆栈跟踪:


[NullReferenceException: 未将对象引用设置到对象的实例。]
AspNetPhoto.inc.UserAdmin.UserAdmin_PicList.InitializeComponent() +38
AspNetPhoto.inc.UserAdmin.UserAdmin_PicList.OnInit(EventArgs e) +13
System.Web.UI.Control.InitRecursive(Control namingContainer) +240
System.Web.UI.Control.InitRecursive(Control namingContainer) +178
System.Web.UI.Control.InitRecursive(Control namingContainer) +178
System.Web.UI.Page.ProcessRequestMain() +197


currentpageset

--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2300; ASP.NET 版本:1.1.4322.2300








相关源文件:


protected System.Web.UI.HtmlControls.HtmlForm EditAlbumForm;
protected AspNetPhoto.inc.Public.Public_AlbumInfo SortInfo;
protected AspNetPhoto.inc.UserAdmin.UserAdmin_EditAlbum EditAlbum;
protected AspNetPhoto.inc.UserAdmin.UserAdmin_Uppic EditUppic;


private void Page_Load(object sender, System.EventArgs e)
{
Response.Write("XXXXXXXX");
Response.End();

try
{
BasePublic.State LoginState = new BasePublic.State("/default.aspx");
string straid = Request.QueryString["aid"].ToString();
int aid = BasePublic.Foundation.intis(straid.Trim());
LoginState.JudgeAlbum(aid);
int userid = LoginState.UserID;
SortInfo.SelectSql = "select count(*) as piccount,sum(picsize) as allsize ,(select count(*) from Album where isdel='0' and userid='"+ userid +"') as albumcount from album_pic where isdel='0' ";
}
catch(Exception Error)
{
Response.Write("<script language='javascript'>alert('参数错误');history.back();</script>");
Response.End();
}

}
...全文
79 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
lulei 2006-11-07
  • 打赏
  • 举报
回复
string straid = Request.QueryString["aid"].ToString();

改为:
string straid = Request.QueryString["aid"]+"";

62,039

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧