异常详细信息: System.InvalidCastException: 指定的转换无效。

问题描述

“/”应用程序中的服务器错误。--------------------------------------------------------------------------------指定的转换无效。说明:执行当前Web请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。异常详细信息:System.InvalidCastException:指定的转换无效。源错误:执行当前Web请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。堆栈跟踪:[InvalidCastException:指定的转换无效。]Hidistro.Membership.Data.UserData.GetAnonymousUser()ind:我的项目移动云商城Hidistro.Membership.DataUserData.cs:128Hidistro.Membership.Context.Users.GetAnonymousUser()ind:我的项目移动云商城Hidistro.Membership.ContextUsers.cs:47Hidistro.Membership.Context.Users.GetUser(Int32userId,Stringusername,BooleanisCacheable,BooleanuserIsOnline)ind:我的项目移动云商城Hidistro.Membership.ContextUsers.cs:117Hidistro.Membership.Context.Users.GetUser()ind:我的项目移动云商城Hidistro.Membership.ContextUsers.cs:83Hidistro.Membership.Context.HiContext.get_User()ind:我的项目移动云商城Hidistro.Membership.ContextHiContext.cs:298Hidistro.SaleSystem.Shopping.ShoppingCartProcessor.GetShoppingCart()ind:我的项目移动云商城Hidistro.SaleSystem.ShoppingShoppingCartProcessor.cs:174Hidistro.UI.SaleSystem.Tags.Common_ShoppingCart_Info.AttachChildControls()ind:我的项目移动云商城Hidistro.UI.SaleSystem.TagsCommon_ShoppingCart_Info.cs:18Hidistro.UI.Common.Controls.AscxTemplatedWebControl.CreateChildControls()ind:我的项目移动云商城Hidistro.UI.Common.ControlsAscxTemplatedWebControl.cs:24System.Web.UI.Control.EnsureChildControls()+83System.Web.UI.Control.PreRenderRecursiveInternal()+42System.Web.UI.Control.PreRenderRecursiveInternal()+155System.Web.UI.Control.PreRenderRecursiveInternal()+155System.Web.UI.Control.PreRenderRecursiveInternal()+155System.Web.UI.Control.PreRenderRecursiveInternal()+155System.Web.UI.Control.PreRenderRecursiveInternal()+155System.Web.UI.Page.ProcessRequestMain(BooleanincludeStagesBeforeAsyncPoint,BooleanincludeStagesAfterAsyncPoint)+974--------------------------------------------------------------------------------版本信息:Microsoft.NETFramework版本:4.0.30319;ASP.NET版本:4.0.30319.34209

解决方案

解决方案二:
感谢高手指教!谢谢!
解决方案三:
GetAnonymousUser()方法里有个什么类型转换的地方报错,你查一下UserData.cs:128行位置
解决方案四:
好的,感谢!我发v第128行,麻烦您帮忙看看。
解决方案五:
这个是第128行内容intparameterValue=(int)this.database.GetParameterValue(sqlStringCommand,"UserId");谢谢!
解决方案六:
这个是第128行内容intparameterValue=(int)this.database.GetParameterValue(sqlStringCommand,"UserId");谢谢!
解决方案七:
单步调试下this.database.GetParameterValue(sqlStringCommand,"UserId")

是什么值?如果是字母、符号等等,指定是不能转换成int型咯

时间: 2024-12-02 02:46:07

异常详细信息: System.InvalidCastException: 指定的转换无效。的相关文章

异常详细信息: System.Xml.XmlException: 缺少根元素。

问题描述 stringtempletURl="/Template/default/rest.htm";//简体中文Encodingencoding=Encoding.GetEncoding("utf-8");//读取模版文件stringhtmlmodel=Server.MapPath(templetURl);StreamReadersr=newStreamReader(htmlmodel,encoding);stringstr=sr.ReadToEnd();DBdb

异常详细信息: System.InvalidOperationException: 在应用程序配置中未找到连接名“testConnectionString3”或者连接字符串为空。

问题描述 大家好,小弟在用asp.net时遇到以下问题:向页面增加一个DropDownList控件时,使用数据绑定连接到数据库,在vs2005测试中能够顺利进行,但是发布到iis上,就不能运行.报错:"/test"应用程序中的服务器错误.--------------------------------------------------------------------------------在应用程序配置中未找到连接名"testConnectionString3"

异常详细信息: System.IO.FileNotFoundException

问题描述 说明:执行当前Web请求期间,出现未经处理的异常.请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息.异常详细信息:System.IO.FileNotFoundException:D:wwwrootmenhuadmin,源错误:执行当前Web请求期间生成了未经处理的异常.可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息.堆栈跟踪:[FileNotFoundException:D:wwwrootmenhuadminsx,]System.Drawing.I

各位高人,帮帮忙!!异常详细信息: System.Data.OleDb.OleDbException: 未指定的错误

问题描述 未指定的错误说明:执行当前Web请求期间,出现未处理的异常.请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息.异常详细信息:System.Data.OleDb.OleDbException:未指定的错误源错误:执行当前Web请求期间生成了未处理的异常.可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息.堆栈跟踪:[OleDbException(0x80004005):未指定的错误]System.Data.OleDb.OleDbConnection.Pr

异常详细信息: System.ArgumentNullException: 值不能为 null。 参数名: value

问题描述 "/"应用程序中的服务器错误.值不能为null.参数名:value说明:执行当前Web请求期间,出现未经处理的异常.请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息.异常详细信息:System.ArgumentNullException:值不能为null.参数名:value源错误:执行当前Web请求期间生成了未经处理的异常.可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息.堆栈跟踪:[ArgumentNullException:值不能为nu

图片-用户代码未处理invalidcastexception 指定的转换无效

问题描述 用户代码未处理invalidcastexception 指定的转换无效 求求各位大神帮帮忙!急急急!!!!!!!!!!!!!!(http://img.ask.csdn.net/upload/201510/30/1446212280_714028.png)

异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。请问我哪里弄错啦 为什么一点击登录就出错

问题描述 web.config代码<?xmlversion="1.0"?><configuration><system.web><compilationdebug="true"targetFramework="4.0"/></system.web><appSettings><addkey="SqlConnStrName"value="ser

异常详细信息: System.Data.SqlClient.SqlException: &amp;amp;#x27; &amp;amp;#x27; 附近有语法错误。

问题描述 SqlConnectioncon=newSqlConnection();con.ConnectionString="Server=localhost;DataBase=VisitorDB;IntegratedSecurity=True";DataSetds=newDataSet();stringsqlstr="SELECT*FROMVisitorInfo WHEREVisitorName="+TextBox1.Text.Trim()+"ANDPa

“System.String”到“System.Guid”的强制转换无效。各位路过的请帮忙看看!

问题描述 大家帮我看一下,谢谢.调试后老是出现下面错误:从"System.String"到"System.Guid"的强制转换无效.说明:执行当前Web请求期间,出现未处理的异常.请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息.异常详细信息:System.InvalidCastException:从"System.String"到"System.Guid"的强制转换无效.源错误:行59:publicvo