Click here to Skip to main content
15,911,531 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP control hiding problem and DetailsView Paging Pin
Rutvik Dave13-Jan-09 4:32
professionalRutvik Dave13-Jan-09 4:32 
QuestionFind highest XML value in <p x="-0.979248" y="-0.00141319" /> Pin
mejner13-Jan-09 0:52
mejner13-Jan-09 0:52 
AnswerRe: Find highest XML value in Pin
SeMartens13-Jan-09 1:32
SeMartens13-Jan-09 1:32 
GeneralRe: Find highest XML value in Pin
mejner13-Jan-09 2:03
mejner13-Jan-09 2:03 
QuestionASP.NET 2.0 App Crashes Pin
tadhg8813-Jan-09 0:08
tadhg8813-Jan-09 0:08 
AnswerRe: ASP.NET 2.0 App Crashes Pin
Reza Raad13-Jan-09 0:13
Reza Raad13-Jan-09 0:13 
AnswerRe: ASP.NET 2.0 App Crashes Pin
Paddy Boyd13-Jan-09 0:43
Paddy Boyd13-Jan-09 0:43 
GeneralRe: ASP.NET 2.0 App Crashes Pin
tadhg8813-Jan-09 1:20
tadhg8813-Jan-09 1:20 
I have checked the Event Viewer and the most recent error is:

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 13/01/2009 10:21:48
Event time (UTC): 13/01/2009 10:21:48
Event ID: a3413091a18d426ba586ccc714e6be15
Event sequence: 146
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1/ROOT/CD-1-128763154628476497
Trust level: Full
Application Virtual Path: /CD
Application Path: C:\inetpub\wwwroot\CD\
Machine name: MCORION

Process information:
Process ID: 10612
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: ArgumentException
Exception message: Column 'DistanceCovered' does not belong to table Table1.

Request information:
Request URL: http://mcorion/CD/Default.aspx?Page=AmiscoPhaseComparison
Request path: /CD/Default.aspx
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 10
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.get_Item(String columnName)
at blt.SS.View.ProzonePhaseAnalysis.FillPlayerMaxMinAverage(DataTable mainTable, DataTable dataTable, String statName)
at blt.SS.View.ProPhaseAnalysis.btnView_Click(Object sender, ImageClickEventArgs e)
at System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e)
at System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Custom event details:



The error seems to be that the Column 'DistanceCovered' does not belong to table Table1 but there doesnt seem to be any mention of this column in my code any where. Have not checked the IIS logs will find out how to and see what info that gives me.
Thanks for your reply
Tim
GeneralRe: ASP.NET 2.0 App Crashes Pin
Paddy Boyd13-Jan-09 1:22
Paddy Boyd13-Jan-09 1:22 
AnswerRe: ASP.NET 2.0 App Crashes Pin
Reza Raad13-Jan-09 1:50
Reza Raad13-Jan-09 1:50 
GeneralRe: ASP.NET 2.0 App Crashes Pin
tadhg8813-Jan-09 2:13
tadhg8813-Jan-09 2:13 
GeneralRe: ASP.NET 2.0 App Crashes Pin
tadhg8814-Jan-09 6:34
tadhg8814-Jan-09 6:34 
AnswerMonitor .NET CLR Memory Pin
David Mujica13-Jan-09 3:11
David Mujica13-Jan-09 3:11 
Questionmsn taskbar window in asp.NET Pin
chanzeb12-Jan-09 23:43
chanzeb12-Jan-09 23:43 
AnswerRe: msn taskbar window in asp.NET Pin
mr_muskurahat13-Jan-09 1:14
mr_muskurahat13-Jan-09 1:14 
QuestionFormsAuthentication Fails in IE6 Pin
Robymon12-Jan-09 22:48
Robymon12-Jan-09 22:48 
QuestionMVC Pin
NidhiKanu12-Jan-09 22:25
professionalNidhiKanu12-Jan-09 22:25 
AnswerRe: MVC Pin
SeMartens12-Jan-09 22:59
SeMartens12-Jan-09 22:59 
GeneralRe: MVC Pin
NidhiKanu12-Jan-09 23:11
professionalNidhiKanu12-Jan-09 23:11 
GeneralRe: MVC Pin
N a v a n e e t h12-Jan-09 23:29
N a v a n e e t h12-Jan-09 23:29 
GeneralRe: MVC Pin
NidhiKanu12-Jan-09 23:43
professionalNidhiKanu12-Jan-09 23:43 
GeneralRe: MVC Pin
SeMartens12-Jan-09 23:59
SeMartens12-Jan-09 23:59 
Questionproblem in uploading image Pin
sajjadlashari12-Jan-09 22:19
sajjadlashari12-Jan-09 22:19 
AnswerRe: problem in uploading image Pin
Rutvik Dave13-Jan-09 4:37
professionalRutvik Dave13-Jan-09 4:37 
Questionneed coding for login page checks user name and password from database table Pin
Jas 00712-Jan-09 22:14
Jas 00712-Jan-09 22:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.