Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error from page that doesn't exist

Status
Not open for further replies.

jmikow

Programmer
Mar 27, 2003
114
US
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've noticed that happening as well...just go to your TransferInfo page on the web server...that's where the error is ocurring....i don't know why it says that...probably something to do with developing applications locally..

"...we both know I'm training to become a cagefighter...see what happens if you try 'n hit me..."
 
checkai,

I know where the actual page resides, but the same exact page works on a different webserver (where it is under c:\inetpub\
I tried placing it there and it doesn't appear to work their either.

Josh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top