Results 1 to 5 of 5

Thread: project referencing old pathnames

  1. #1

    Thread Starter
    Hyperactive Member pgrimes's Avatar
    Join Date
    Aug 2001
    Location
    sacramento
    Posts
    342

    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

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You forgot to attach the pic.

  3. #3

    Thread Starter
    Hyperactive Member pgrimes's Avatar
    Join Date
    Aug 2001
    Location
    sacramento
    Posts
    342
    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

  4. #4
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    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/

  5. #5

    Thread Starter
    Hyperactive Member pgrimes's Avatar
    Join Date
    Aug 2001
    Location
    sacramento
    Posts
    342
    *solved* not sure how.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width