.DLL comments included in the .XML

Posted by Lily on Stack Overflow See other posts from Stack Overflow or by Lily
Published on 2010-03-19T14:01:13Z Indexed on 2010/03/19 14:21 UTC
Read the original article Hit count: 201

I have a .DLL that i include in my Visual Studio 2008 project. The .DLL came with a .XML file that has all the comments for the properties and functions.

How do i make it so that VS loads up these comments as Intellisense, so that i have a definition for the functions?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about c#