简体   繁体   中英

Intellisense between projects in visual studio 2010

I've got ac# 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 accessing 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM