I currently am trying to debug an application that I am writing.
I am receiving the error below:
[COMException (0x80044844): [18500] Null URL address.]
HWOX.IHWSession.GetWorkitemByID(String ServerID, Int32 lProcessID, Int32 lWorkitemSequence, Boolean bIsArchive) +0
BFARI.WebForm2.Page_Load(Object sender, EventArgs e) in C:\Inetpub\ System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +744
My concern is not the error itself, I need to figure that out.
What I am concerned about is that it says the page is located at "C:\Inetpub\ On the webserver that is hosting the application, that path and file do not exist. The files I'm hosting are under the Program Files folder.
I did a trace of the file and it shows it as being at "C:\Program Files\AssessorRecorderInterface\BFARI\".
Has anyone seen this happen before? I've already tried what I thought was the .Net cache and that did not help.
Thanks,
Josh
I am receiving the error below:
[COMException (0x80044844): [18500] Null URL address.]
HWOX.IHWSession.GetWorkitemByID(String ServerID, Int32 lProcessID, Int32 lWorkitemSequence, Boolean bIsArchive) +0
BFARI.WebForm2.Page_Load(Object sender, EventArgs e) in C:\Inetpub\ System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +744
My concern is not the error itself, I need to figure that out.
What I am concerned about is that it says the page is located at "C:\Inetpub\ On the webserver that is hosting the application, that path and file do not exist. The files I'm hosting are under the Program Files folder.
I did a trace of the file and it shows it as being at "C:\Program Files\AssessorRecorderInterface\BFARI\".
Has anyone seen this happen before? I've already tried what I thought was the .Net cache and that did not help.
Thanks,
Josh