Hi.
When I use the "Generate XML documentation file" option in my Visual Basic 2008 project, it works fine for a while but, after some builds, it starts generating the following error:
Unable to copy file "obj\Debug\DigestoDC.xml" to "bin\Debug\DigestoDC.xml". Access to the path 'obj\Debug\DigestoDC.xml' is denied.
The only way I can build my project, then, is by un-checking the said option, which, besides the obvious inconvinience, is aggravated by the fact that I'm working on a development team and using sourcesafe - meaning that, there are times when the project file is not available for checkout, and that the project properties cannot be changed.
So, how can I keep XML documentation going, without the error?
Thanks,
Rodrigues