xml documentation

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I have two projects in a solutions. One is a class library and the other is
a web application that uses the class library. The class library has it's
project properties set to create an XML document summarizing the ///
comments. These are viewable when writing code within the class library,
and I've confirmed the .xml is actually created in the directory. However,
the web project that uses this class library can not see any of the
documentation when using Intellisense to view method descriptions and
similar.

Suggestions?

Thanks in advance.
Mark
 
Back
Top