Stack Trace Explorer and ASP.NET
Hi,
I am using R#2 with VS2005 when developing ASP.NET 2 web sites.
When I encounter a run time error I copy the stack trace to the Stack Trace
Explorer but it remains plain text without the possiblity to navigate to
the files.
For example :
System.Data.DataRow.GetDataColumn(String columnName) +1899151
System.Data.DataRow.set_Item(String columnName, Object value) +14
Ice.Query..ctor(String argSelectStatement, String argTableName, String
argPanelName, String argReplaceCol, Conn argConn) in c:\Inetpub\wwwroot\ReportServer\App_Code\Ice\ice_Query.cs:228
Ice.Conn.getQuery(String argSqlStatement, String tablename, String argReplaceCol)
in c:\Inetpub\wwwroot\ReportServer\App_Code\Ice\Ice_Conn.cs:70
Ice.Conn.getQuery(String argSqlStatement, String tablename) in c:\Inetpub\wwwroot\ReportServer\App_Code\Ice\Ice_Conn.cs:48
ASP.default_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer)
in c:\Inetpub\wwwroot\ReportServer\Default.aspx:25
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection
children) +2065899
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Page.Render(HtmlTextWriter writer) +26
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter
adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter
adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint) +1896
I have the web site "c:\Inetpub\wwwroot\ReportServer" open in VS2005.
Does anyone see what I am doing wrong?
Regards,
Tom
Please sign in to leave a comment.
It's a known problem, planned to be fixed in the next version.
Valentin Kipiatkov
CTO and Chief Scientist
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"