Consider:
/// <summary>
/// This method does something...
/// </summary>
public void DoSomething() {
// code...
}
When using that method/class etc.. in a different dll the comments do not show up.
I've tried a few things - any ideas?
Thanks