Server Error in '/' Application,help please!

Forums » Opera for Windows/Mac/Linux » Opera browser

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

27. May 2010, 13:59:38

Bushmanic

Posts: 13

Server Error in '/' Application,help please!

Can someone please 'translate' this? This error page is displayed every time I try to open site http://www.centurymedia.com/

What does it mean???? nervous BTW I'm using Opera 10.53.

Thanx!

Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

Line 49: DataClassesDataContext dx = new DataClassesDataContext();
Line 50:
Line 51: Country SessionCountry = dx.Country.Where(w => w.ISO.Equals(visitorLocation.countryCode)).FirstOrDefault();
Line 52:
Line 53: if (SessionCountry == null)


Source File: d:\websites\www.centurymedia.com\App_Code\PageBase.cs Line: 51

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
System.Data.Linq.SqlClient.QueryConverter.VisitInvocation(InvocationExpression invoke) +1503171
System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node) +1329
System.Data.Linq.SqlClient.QueryConverter.VisitMethodCall(MethodCallExpression mc) +1508
System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node) +1091
System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp) +34
System.Data.Linq.SqlClient.QueryConverter.VisitWhere(Expression sequence, LambdaExpression predicate) +145
System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall(MethodCallExpression mc) +3145
System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node) +1091
System.Data.Linq.SqlClient.QueryConverter.VisitFirst(Expression sequence, LambdaExpression lambda, Boolean isFirst) +45
System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall(MethodCallExpression mc) +3202
System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node) +1091
System.Data.Linq.SqlClient.QueryConverter.ConvertOuter(Expression node) +79
System.Data.Linq.SqlClient.SqlProvider.BuildQuery(Expression query, SqlNodeAnnotations annotations) +211
System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +149
System.Data.Linq.DataQuery`1.System.Linq.IQueryProvider.Execute(Expression expression) +46
System.Linq.Queryable.FirstOrDefault(IQueryable`1 source) +352
PageBase.GetGeoCompanyId() in d:\websites\www.centurymedia.com\App_Code\PageBase.cs:51
ASP.global_asax.Session_Start(Object sender, EventArgs e) in d:\websites\www.centurymedia.com\Global.asax:42
System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e) +11154828
System.Web.SessionState.SessionStateModule.CompleteAcquireState() +366
System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +1281
System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +85
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263


Version Information: Microsoft .NET Framework Version:2.0.50727.3607; ASP.NET Version:2.0.50727.3082

27. May 2010, 15:23:05

Packet

Posts: 187

it's not you - that's a server side error.
nothing to do with your browser - just .net application on the server having an issue.

i just tried it right now and it loaded.

29. May 2010, 15:00:19

Bushmanic

Posts: 13

Finally,it works! @ Packet - Thanx for info!

Forums » Opera for Windows/Mac/Linux » Opera browser