Closed GoogleCodeExporter closed 9 years ago
murray: Is there a stack trace available? Not strictly necessary to reproduce,
but would help greatly. Thanks, Lee.
Original comment by lpric...@gmail.com
on 15 Jul 2012 at 9:09
Sorry, I don't seem to be able to access your blog posting from work. The logs
aren't available (view logs is disabled). I've attached a screenshot.
Following the pattern already employed in the code this snippet fixes it:
Update TfsServices.Configuration.MyTfsProjectCollection constructor. Add an
additional exception handler.
catch (TeamFoundationServiceUnavailableException ex)
{
_log.Debug("Service not available " + teamProjectCollectionNode, ex);
CurrentUserHasAccess = false;
}
Original comment by mur...@xsware.com
on 15 Jul 2012 at 9:46
Attachments:
This issue was closed by revision 07d8e5f36ed4.
Original comment by lpric...@gmail.com
on 28 Jul 2012 at 2:10
Sorry for the delay. I'll push this out in 1.6.3 today or tomorrow. Your
hunch about the code to fix was spot on BTW, thanks for the that.
Original comment by lpric...@gmail.com
on 28 Jul 2012 at 2:13
Original issue reported on code.google.com by
mur...@xsware.com
on 15 Jul 2012 at 9:06