Hi,
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