I created a solution with two projects. One is written in c#, the other one is written in VB and has a reference to the c# project.
When i call a method from the c# project in my VB code, the XML comments are not shown. However if i call the method from the c# project the XML comments show up properly. I even created a third project (c# as well) and added a reference to my first c# project. The XML comments show up here as well.
What do i need to do to see my XML comments within the entire solution? Why are the comments not shown with my current setup?