Intellisense for Code Libraries

How can I get a separate VB.NET 1.1 solution to show intellisense descriptions for methods made in a C# 1.1 code library

I've looked around for my answer but cannot find it.

http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=105289&SiteID=1 is great if:
  1. You are using C# 1.1 or .NET 2.0
  2. Your class is within the same solution.


Answer this question

Intellisense for Code Libraries

  • ywchen

    The Intellisense will work fine in Visual Studio 2005 provided that the proper namespaces have been imported.
    In Visual Studio 2003 this behavior is extremely buggy and I usually break Intellisense 15 minutes into any project. You can generate Xml Comments for a class library and this "helps" but like I said it is extremely buggy. Give me 15 minutes on almost any project and I'll show you 20-50 instances of the Intellisense not working.

  • Murat Soyupak

    Thanks for the help.

  • Intellisense for Code Libraries