XML Comments unavailable to consuming application

  • Thread starter Thread starter John Kraft
  • Start date Start date
J

John Kraft

I have a project that is referencing a dll I compiled. The classes in
the dll are all fully XML commented. However, when I use classes
contained in the dll in my project, I receive none of the XML
documentation in my intellisense. Has anyone else experienced this
and have any advice as to how to remedy the situation.

Thank you,

John

WinXP
VS2005 Team Edition (SP .050727-7600)
C#
 
John,

Take the XML file (which should have the same name as your binary,
except with an XML extension) and place it in the same place where the
binary is. VS.NET should pick up your comments now in Intellisense.
 
John,

Take the XML file (which should have the same name as your binary,
except with an XML extension) and place it in the same place where the
binary is. VS.NET should pick up your comments now in Intellisense.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




I have a project that is referencing a dll I compiled. The classes in
the dll are all fully XML commented. However, when I use classes
contained in the dll in my project, I receive none of the XML
documentation in my intellisense. Has anyone else experienced this
and have any advice as to how to remedy the situation.
Thank you,

WinXP
VS2005 Team Edition (SP .050727-7600)
C#- Hide quoted text -

- Show quoted text -

Good piece of info. Thanks Morten and Nicholas!
 
Thank you very much gentlemen. I was compiling with the /doc, but I
didn't know I had to move that file as well. I was under the
impression that was just for end documentation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top