Server Error in '/' Application.

Value cannot be null.
Parameter name: virtualPath

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: virtualPath

Source Error:


Line 56:         //Session["RoleName"] = "Administrator";
Line 57:         string _InfoNcsPortal;
Line 58:         LoadSkinsBase(out _InfoNcsPortal);
Line 59:         InfoNcsPortal = _InfoNcsPortal;
Line 60:         //ArrayList arr = new ArrayList();

Source File: e:\Websites\inply\Default.aspx.cs    Line: 58

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: virtualPath]
   System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options) +12153004
   NCSPortalBase.PageBase.NCSPageBase.LoadSkinsBase(String& InfoNcsPortal) +6236
   _Default.Page_Init(Object sender, EventArgs e) in e:\Websites\inply\Default.aspx.cs:58
   System.Web.UI.Control.OnInit(EventArgs e) +106
   System.Web.UI.Page.OnInit(EventArgs e) +16
   System.Web.UI.<InitRecursiveAsync>d__225.MoveNext() +733
   System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
   System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +60
   System.Web.Util.WithinCancellableCallbackTaskAwaiter.GetResult() +32
   System.Web.UI.<ProcessRequestMainAsync>d__523.MoveNext() +2845


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3190.0