I've done something to my app and now whenever I try to run it, I get the
error message "The file web.sitemap required by XmlSiteMapProvider does not
exist". I don't have any references to sitemap in my solution.
Thanks
David Wier - 19 Sep 2007 19:17 GMT
Did you have a web.sitemap at any time, previously?
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
> I've done something to my app and now whenever I try to run it, I get the
> error message "The file web.sitemap required by XmlSiteMapProvider does
> not exist". I don't have any references to sitemap in my solution.
>
> Thanks
Peter Bromberg [C# MVP] - 19 Sep 2007 20:26 GMT
Is there a reference to a sitemap file in your web.config?
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> I've done something to my app and now whenever I try to run it, I get the
> error message "The file web.sitemap required by XmlSiteMapProvider does not
> exist". I don't have any references to sitemap in my solution.
>
> Thanks
eric - 19 Sep 2007 21:52 GMT
Thats the strange thing, I can't find a reference to sitemap anywhere in my
solution. I did 'fix' it though by creating a new default web.sitemap
If you have any ideas on where I might find where I'm referencing a sitemap
in my solution, I would appreciate it.
Thanks
> Is there a reference to a sitemap file in your web.config?
> -- Peter
[quoted text clipped - 9 lines]
>>
>> Thanks