Title: Creating XML documentation with Solution task only

Hi,

I'm having a slightly annoying problem, that hopefully is easy to solve. I have specified an XML documentation file for my project in VS .NET, but when trying to compile the project using the solution task, the XML documentation file cannot be found. Apparently, VS .NET does not create the file when I specify it, but rather at some point during compilation. As it is, I have to perform a "manual" compile within VS .NET to create the file, before I can successfully compile with NAnt. One approach could be to parse the solution file, looking for XML documentation files, and creating them as necessary - but this seems a lot of work for such a simple task?

Kind regards,
Einar


Reply via email to