gpt4 book ai didi

c# - 跟踪 Visual Studio 中的错误

转载 作者:太空宇宙 更新时间:2023-11-03 13:58:22 32 4
gpt4 key购买 nike

第一次发布问题,所以我希望我做对了。主要问题是我无法追踪打开表单时产生的错误,并希望获得有关如何找到触发问题的代码的建议。我将错误粘贴在所有这些下方。不幸的是,这不是指向特定代码行的错误,所以我感到卡住了。

我可能还需要提供更多这方面的背景信息。我最近收到了一台新电脑,并重新安装了所有应用程序。当我打开网站后面的项目(运行良好)并运行它时,我收到一个错误,告诉我变量名不能包含空格。好的,我用括号修复了它,但后来想知道为什么这是我第一次看到这个错误。我拉出正在运行的代码版本,发现变量名没有括号。很奇怪,所以我想一方面的问题是为什么会这样。如果相关,以下是我拥有的版本:

Microsoft Visual Studio 2010版本 10.0.30319.1 RTMRel微软.NET框架版本 4.0.30319 RTMRel安装版本:Professional

以下是我收到的错误。由于这不是我可以逐步完成的(据我所知),我只想学习如何找到它。如果我能理解为什么这以前不是问题,那就太好了,因为我还没有改变任何东西!

*Exception Details: System.FormatException: Input string was not in a correct format. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +9591147 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
System.String.System.IConvertible.ToInt32(IFormatProvider provider) +46 System.Convert.ChangeType(Object value, TypeCode typeCode, IFormatProvider provider) +297
System.Web.UI.WebControls.Parameter.GetValue(Object value, String defaultValue, TypeCode type, Boolean convertEmptyStringToNull, Boolean ignoreNullableTypeChanges) +126
System.Web.UI.WebControls.Parameter.GetValue(Object value, Boolean ignoreNullableTypeChanges) +63
System.Web.UI.WebControls.Parameter.get_ParameterValue() +40
System.Web.UI.WebControls.ParameterCollection.GetValues(HttpContext context, Control control) +261
System.Web.UI.WebControls.SqlDataSourceView.InitializeParameters(DbCommand command, ParameterCollection parameters, IDictionary exclusionList) +266 System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +653
System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +21
System.Web.UI.WebControls.DataBoundControl.PerformSelect() +143
Telerik.Web.UI.GridTableView.PerformSelect() +38
System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +74
Telerik.Web.UI.GridTableView.DataBind() +375
Telerik.Web.UI.RadGrid.DataBind() +173
System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +66
System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +75 System.Web.UI.Control.EnsureChildControls() +102 System.Web.UI.Control.PreRenderRecursiveInternal() +42
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496*

感谢您提供的任何指导

达娜

最佳答案

你不能点击这一行,因为它不是你的代码。它没有中断标记,因为它在语法上 是正确的。由于代码在语义上不正确,所以它进一步中断了。

关于c# - 跟踪 Visual Studio 中的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11438860/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com