开发者

Intellisense between projects in visual studio 2010

开发者 https://www.devze.com 2023-01-23 02:19 出处:网络
I\'ve got a c# project that is full of intellisense comments, and this project compiles to a DLL. Now when i add this dll as a reference in another project, i do not get intellisense when acc开发者_高

I've got a c# project that is full of intellisense comments, and this project compiles to a DLL.

Now when i add this dll as a reference in another project, i do not get intellisense when acc开发者_高级运维essing the members of the original project.

Any ideas how i can get this to work?

Thanks


In the project properties, on the Build tab, check the box for "XML documentation file" to have it output XML documentation. As long as this XML is present in the directory where the dll is referenced from, you should get intellisense.


Intellisense comments? Do you mean the /// comments directly above the method definition? That gets compiled into the assembly. Intellisense should just work.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号