Sorry to hijack your thread
Cant get IT to respond (not that I expect them to). I cannot access crewtrac from my computer anymore. I get the following message:
Server Error in '/crewweb' 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 309:
Line 310:function getUserIDAndName
Line 311: getUserIDAndName = request.cookies("CrewMenu")("useridstr") & " - " & getUserName()
Line 312:end function
Line 313:
Source File: D:\sabrecrewtrac2006.1\webctwcasputils.aspx Line: 311
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
ASP.ctwms_aspx.getUserIDAndName() in D:\sabrecrewtrac2006.1\webctwcasputils.aspx:311
ASP.ctwms_aspx.writePage() in D:\sabrecrewtrac2006.1\ctwms.aspx:52
ASP.ctwms_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in D:\sabrecrewtrac2006.1\ctwms.aspx:181
System.Web.UI.Control.RenderChildren(HtmlTextWrite r writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926