Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Class Library method summaries not showing in intellisense of vb.net project

(VS 2008) I'm using a C# library for my VB.NET project. And the method summary/notes or what they are called do not show in intellisense. Is this supposed to be like that? Or is there something I must do to fix it? And if not, will VS 2010 be able to do this?

EDIT: Still unresolved. Now building library dll + xml file, but how to import the xml file in my vb project? See image: http://i52.tinypic.com/25kh5xw.png

like image 554
bretddog Avatar asked Dec 19 '10 10:12

bretddog


2 Answers

In C# library, go to the properties on the build tab, and check the checkbox for including XML documentation and specify the name and path. After that include the new library in your VB.Net project.

like image 90
Hps Avatar answered Sep 23 '22 18:09

Hps


one reason could be resolved by importing the namespace needed

another reason could be due to faulty writing

if you send the code where the problem is we might be able to help you

like image 23
Mohamed Kamal Avatar answered Sep 23 '22 18:09

Mohamed Kamal