Very odd problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter

    Very odd problem

    Hi!

    I have installed one ASP.NET application on Win2003 server. When I try to
    run it, following exception is raised:

    Could not find a part of the path
    "C:\WINNT\syste m32\netpub\wwwr oot\application s\SurveyApp\Sur vey\Resources\s trings_en.xml

    Please, does anybody has an idea, why does this application look for that
    xml file in this location? There is no such directory as netpub in system32
    folder. I just do not understand what is wrong.

    I appreciate the help of any kind.

    Thank you!

    -Peter
  • Hermit Dave

    #2
    Re: Very odd problem

    i think there is a problem when that application is trying to access the
    string_en.xml

    if you look at the code for the application you should see that it is at
    some point trying to open the xml file
    it will have a relative path with respect to current file and check that the
    path is valid.

    Its highly possible that the path is invalid which is the reason why its
    giving you the error.

    --

    Regards,

    Hermit Dave
    (http://hdave.blogspot.com)
    "Peter" <Peter@discussi ons.microsoft.c om> wrote in message
    news:94AFB5DA-7686-4485-8B08-D0B24563E941@mi crosoft.com...[color=blue]
    > Hi!
    >
    > I have installed one ASP.NET application on Win2003 server. When I try to
    > run it, following exception is raised:
    >
    > Could not find a part of the path
    > "C:\WINNT\syste m32\netpub\wwwr oot\application s\SurveyApp\Sur vey\Resources\s trings_en.xml
    >
    > Please, does anybody has an idea, why does this application look for that
    > xml file in this location? There is no such directory as netpub in
    > system32
    > folder. I just do not understand what is wrong.
    >
    > I appreciate the help of any kind.
    >
    > Thank you!
    >
    > -Peter[/color]


    Comment

    Working...