I have created a C# user control which I want to use in VB.NET .. the control works fine, but in VB.NET the Intellisense does not show any of the C# user control function descriptions (in summary xml doc tag).
If I use the same control in a C# project the Intellisense show each function s description as intended..
is this normal ?
Thanks