Intellisense not showing definitions

  • Thread starter Thread starter MDB
  • Start date Start date
M

MDB

Hello all, I have buildt a class library for my co workers to use, using C#
and vs.net and for some reason, when they reference this class in their
projects the Summary, params and returns are not being displayed in the
intellisense. Is there something special that I need to do for this to show
because, if they just include the cs file into their projects it works.
Being able to see the definitions for each param is very important and I do
not want to give them the code.

Thanks for your help.
MDB
 
You might have missed the XML file required for intellisense.
Under project Properties dialog -> Configuration Properties -> Build -> XML
Documentation File should be set to
the <Project Name>.XML.

then build and give the xml file with the dll. which should make
intellisense work.

Regards,
Sanjeevakumar Hiremath
Proteans Software Solutions.
 
Back
Top