473,796 Members | 2,425 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Intellisense between assemblies (project reference)

Hi,

I cannot get intellisense to work between assemblies (when I am using
project reference). Intellisense works fine inside the assembly (using Xml
comments). Any ideas why this will not pass through?

Regards,

Tobias
Nov 16 '05 #1
3 1706
Tobias,

When you compile your assembly, make sure that you have the option to
generate XML documentation set. Make sure that this file is the name of the
assembly, with an extension of XML. Once you have that, place the XML file
in the same directory as the assembly that is being referenced, and
intellisense should pick up on it.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Tobias Lekman" <to****@lekman. com> wrote in message
news:eO******** ******@TK2MSFTN GP12.phx.gbl...
Hi,

I cannot get intellisense to work between assemblies (when I am using
project reference). Intellisense works fine inside the assembly (using Xml
comments). Any ideas why this will not pass through?

Regards,

Tobias

Nov 16 '05 #2
I believe Mr. Paldino is keeping this text in buffer now a days :-)

--
venlig hilsen / with regards
anders borum
--
Nov 16 '05 #3
Any other suggestions if that doesn't work? I've got all that set up and
still get no descriptions for classes, methods, parameters, etc. when goint
to something in another project in the solution.

Solution contains JunkWindowsApp project and JunkLibrary project.

Freshly created JunkLibrary.XML now exists in JunkLibrary project path,
JunkLibrarybin/debug, and JunkWindowsApp/bin/debug.

Writing code for JunkLibrary.Cla ss1 from a form in JunkWindowsApp I get no
description of the class.

What am I still missing?

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om> wrote in
message news:eJ******** ******@TK2MSFTN GP09.phx.gbl...
Tobias,

When you compile your assembly, make sure that you have the option to
generate XML documentation set. Make sure that this file is the name of the assembly, with an extension of XML. Once you have that, place the XML file in the same directory as the assembly that is being referenced, and
intellisense should pick up on it.

Hope this helps.

Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
1662
by: A-PK | last post by:
Anyone know how to breakdown every modules into different assemblies and refernces. Hence, to repair problematic module, only that particular module needed to be recompiled. or any place can get more information about assemblies & references
2
1668
by: Roberto Rocco | last post by:
Hello, Whenever I use methods from my class libraries I don't get any Intellisense support of the source documentation I supplied. When I use the same code directly instead (i.e. adding the class directly to my project and not using the assembly dll of my class library) then I get Intellisense information of the methods as expected. Using third party assemblies instead provides me with the intellisense support. Is there something...
1
4028
by: Mark | last post by:
Hi I have been using the <summary> tags etc to add references to my classes etc. When I use this within the project the comments come through in intellisense and also in the object browser. When I reference the resulting dll from another project however none of the comments come up in intellisense or the object browser. I have set the property in the project properties to compile it to an xml file - which it does and the file contents...
6
1639
by: Mark | last post by:
When developing C# applications in VS.NET, you get intellisense descriptions for all methods in the .NET class libraries. I've created my own .NET assembly and included /// C# documentation of all my methods, classes, etc.. The intellisense works great when this .NET assembly project is included in the solution I'm working on. However, if I just make a reference to the ..dll file instead of including the 'project', the...
9
4184
by: Invalidlastname | last post by:
Hi, We developed some assemblies which use EnterpriseServices queued components. In order to use EnterpriseServices, these assemblies need to be installed into GAC. I used the pre-build and post-build events to automate GAC installation processes and the asp.net application has "copy to local" set to false for the references of these shared assemblies. However, every time we made the changes to the shared assemblies, we had to restart...
2
1212
by: ashish | last post by:
hi Folks, just wondering how could i get help in intellisense help in assemblies created by me, like i get when i access .net assemblies. any help or pointers would be appreciated ... thanks
6
1042
by: news.microsoft.com | last post by:
How can I create a method and attach a description to it so that if someone instantiates my object and references the object.method a description of the method shows up.... just like the vb methods do? I have tried things like imports system.componentmodel <Description("My description")> _ public sub abc()
2
2705
by: Shehab Kamal | last post by:
I have a C# .NET 1.1 solution that consists of 2 projects. The first project is a class library that has well formed XML documenation. In this project IntelliSense shows me the description of each method. I have added a reference to this class library in the second project. But IntelliSense doesn't show me the description of any method. Note: I have compiled the class library so that it generates a doc file named assemblyname.dll.xml but...
1
2135
by: Dave Anson | last post by:
What is the recommended practice for referencing assemblies in a project from other solutions? I am using Visual Studio 2005 Team System. I have several assemblies in another solution which will be referenced in my project. How should i reference them. e.g. 1) Should I get both solutions from source safe then point to the assembly
0
9528
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10228
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10173
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10006
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9052
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6788
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5573
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4116
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2925
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.