|
-
Dec 8th, 2003, 06:48 PM
#1
Thread Starter
Hyperactive Member
project referencing old pathnames
I have an asp.net web application (using vb) and I'm trying to migrate it to another server. When I run it on the new server, I get an error message (see attached pic) and in the stack trace, it shows that it is still referencing a pathname from my server (the one the app was developed on). What is going on here? This path is not used in the code at all but, it seems that an attempt is being made to access the path.
Please help, this is urgent for me.
Thanks,
Paul
-
Dec 8th, 2003, 06:56 PM
#2
You forgot to attach the pic.
-
Dec 17th, 2003, 03:16 PM
#3
Thread Starter
Hyperactive Member
damn... sorry, i've been out of the office for a while but, the problem persists.
Here's a link to the image...
http://www.webhippo.com/previewer_errors.jpg
-
Dec 17th, 2003, 05:28 PM
#4
yay gay
I believe it is because you are accessing an XML that has no root element:
this is how it must be(in pseudo-code)
<root>
<element1>
<element2>
and this is how i bet you have:
<element1>
<element2>
Hope it helps
\m/  \m/
-
Dec 17th, 2003, 06:01 PM
#5
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|