XML Method comments are not being displayed by intellisense for methods of classes other than those in the same project.
Any referenced DLL must have the XML file which contains the comments in the same directory as the DLL itself.
This blog is a record of some development issues I have faced. There may be something of use!
XML Method comments are not being displayed by intellisense for methods of classes other than those in the same project.
Any referenced DLL must have the XML file which contains the comments in the same directory as the DLL itself.
Had an issue with a specific project not being rebuilt when changes made to it and web site being run. The solution contained multiple projects and none of the other projects exhibited this behavior.
Appears due to Project being marked as not rebuild for Solution, although this setting was not turned on manually.
Setting access via: Solution (right-click) Properties -> Configuration.