Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.

1-1 of 1Patches < Previous 1 Next >
Status ID Uploaded By Description Work Items Action
Being evaluated
5093 Jan 27 at
12:14 AM
jasonshortphd In the WriteResult function of SitemapHandler there is an exception when a path can't load the path correctly. Putting it in a try catch and handling the exception case to mean no file present works well.

if (string.IsNullOrEmpty(siteMapNode["lastmod"]))
{
string physicalPath = string.Empty;
try
{
physicalPath = Request.MapPath(siteMapNode.Url);
}
catch (HttpException)
{
// Can't look that path up - skip it
return null;
}

Download

1-1 of 1Patches < Previous 1 Next >
Updating...
© 2006-2010 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2010.3.17.16429