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 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.