Interview Question in Asp.net 2.0
Interview Question :: What does the Server Error in ;/; Application. mean from the URL : www.hvg.com.au? Is it their fault |
This is the error that pops up below when I visit their website.
Hunter Valley Gardens is the subject that suppose to come up instead of this error message.
Server Error in '/' Application.
--------------------------------------...
Value cannot be null.
Parameter name: layer
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.ArgumentNullException: Value cannot be null.
Parameter name: layer
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:
[ArgumentNullException: Value cannot be null.
Parameter name: layer]
DevExpress.Xpo.Session.SessionInitConnec... layer, IDisposable[] disposeOnDisconnect) +138
DevExpress.Xpo.Session..ctor(IDataLayer layer, IDisposable[] disposeOnDisconnect) +197
Pegboard.EngineCore.Data.DataController.... +117
Pegboard.EngineCore.Core.WebSiteRequestC... +1565
Pegboard.EngineCore.Core.WebSiteRequestC... +103
Pegboard.SiteEngine.Global_asax.Applicat... sender, EventArgs e) +474
System.Web.SyncEventExecutionStep.System... +92
System.Web.HttpApplication.ExecuteStep(I... step, Boolean& completedSynchronously) +64
--------------------------------------...
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 |
|
|
|

Loading ...