Brett Romero wrote:
I've added comments to a method in A.dll. B.exe references A.dll. I
see the new method and only the stock comment (type methodname()) in
intellisense. However, when I use object browser from B.exe to view
A.dll, I see the new method and all the comments. How do I get the
comments to come through in B.exe via intellisense when I scroll to
that method?
You've to export the xml comments from A.dll at compile time to a.xml.
Then you've to make sure that a.xml is in the same folder as the
referenced a.dll. When you then open B and recompile, you'll see that
the comments of A will show up in vs.net.
FB
--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website:
http://www.llblgen.com
My .NET blog:
http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------