Creating CHM files from assembly

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When you download and install the PayPal ASP.NET Web Controls
(http://www.persistent.com/paypal/aspdotnet/), it comes with an impressive,
MSDN-like compiled help file with detailed info for each of its classes.

At the bottom of almost every page reads "Generated from assembly
PayPal.Web.Controls [1.0.22.697]". Is there some .NET utility (or Visual
Studio itself) that can render the assembly's XML as a help file? Or was
this done using a third-part tool?

Thank you,

Eric
 
Thank you, Dennis.

Eric


Dennis Myrén said:
You should have a look at the open NDOC project.
It is really great.
http://ndoc.sourceforge.net/

--
Regards,
Dennis JD Myrén
Oslo Kodebureau
When you download and install the PayPal ASP.NET Web Controls
(http://www.persistent.com/paypal/aspdotnet/), it comes with an
impressive,
MSDN-like compiled help file with detailed info for each of its classes.

At the bottom of almost every page reads "Generated from assembly
PayPal.Web.Controls [1.0.22.697]". Is there some .NET utility (or Visual
Studio itself) that can render the assembly's XML as a help file? Or was
this done using a third-part tool?

Thank you,

Eric
 
Back
Top