Hi David,
I haven't worked much with ASP.Net 2.0 projects, but I do know that many
times the code is not compiled except at run-time. This would present a
problem since XML Documentation is generated by the compiler by means of a
switch (/doc:file). Visual Studio's IDE is basically an application that
uses console command-line executables to do most of its work. Unless you
were creating DLLs in an ASP.Net 2.0 app, I don't believe it could create
the XML documentation.
However, my research has lead me to a configuration solution that might
work, and I'm sorry I don't have to time to try it myself. but if it works,
come on back and let everyone else know! There is a <system.codedom> element
under the <configuration> element in the Configuration File schema, which
contains a <compilers> element, and this can contain multiple <compiler>
elements. Each <compiler> element can specify compiler-specific settings.
This section is part of the machine.config file, but can be overridden in an
application. To find out more, see:
http://msdn2.microsoft.com/en-us/library/e4hwk57e.aspx --
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
We got a sick zebra a hat,
you ultimate tuna.
[quoted text, click to view] "DavidSp8" <DavidSp8@discussions.microsoft.com> wrote in message
news:AB83FC9E-4E3F-4AD6-B209-A8797D79CDEC@microsoft.com...
>I do not see anywhere under project properties to set this. I'm using
>Visual
> Studio 2005. My project is a web site project. I do see it under other
> project types.
>
> "Kevin Spencer" wrote:
>
>> Project Properties.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> ..Net Developer
>> We got a sick zebra a hat,
>> you ultimate tuna.
>>
>>
>> "DavidSp8" <DavidSp8@discussions.microsoft.com> wrote in message
>> news:CDF5ECB7-6117-403D-8D50-B24DC355BC7C@microsoft.com...
>> > Where is this setting now in VS 2005? In VS 2003, you could document
>> > your
>> > web pages using this.
>>
>>
>>