I can't seem to be able to get the VS2005 to create one code comments xml (or many for each assembly). It looks like the VS IDE generates xml comments but saves it all to the same file re-writting the xml compilation.
I'm using these settings in my config file:
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs"
type="Microsoft.CSharp.CSharpCodeProvider,
System, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089"
compilerOptions="/d:SANDBOX,DEBUG,TRACE;/doc:C:\[my project's path]\MyProject.xml" />
</compilers>
</system.codedom>
Any one has any idea? I tried using the new microsoft web deployment add-in but that does not help any...
Thank
Shaul