473,406 Members | 2,816 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Documentation of DLL(.NET) in design time

Dear All,

I built a library in .net using the xml tags for all the methods like this:
/// <summary>
/// Apply non linear filters.
/// </summary>

public void A(){} After I marked the option to generate XML Documentation File in the Project Properties. What do I must to do to include the xml documentation in my class library? My goal is to show all my method comments in a client class (dll) of another project. I know that exist some tools to generate the chm with all the documentation but I want to show it in design time, in others words, when I'm using the class library in the IDE as a client. Can any one give me some hint?


Thanks in advanced.
Jul 11 '08 #1
1 1004
Plater
7,872 Expert 4TB
All that checkbox does is verify that you put the XML comments in, and creates a 2ndary file containing the documentation about the objects.
If you wrote the comments, they will automatically show up in intelisense and in the object broswer when you view your DLL.
Jul 11 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: MC | last post by:
Hi I have decided cause I am fed up of re-creating code that does the same thing over and over again for various websites, I thought i'd try to write a DLL and have done so in Visual Studio 2005...
4
by: Nathan | last post by:
I am working with a fellow developer on a small project. I started in VB6, but after her C# training we decided to build the application in ..NET. Rather than rewrite the VB6 code, I continued in...
0
by: Shreeram Natarajan | last post by:
Hi, I have created a custom control derived from Textbox control for use in Smart Phone Applications. I have added the following declarations to invoke the dll functions from coredll.dll to set...
2
by: Dave Griffin | last post by:
This is a followup to my question in doing unmanaged DLLs in .NET. I was able to create the DLL and the application was able to see it. So far so good. Now I need to make that unmanaged DLL read an...
7
by: Chris | last post by:
Background: We have developed an C# MDI (Multi-Document Interface) application which loads different assemblies/forms, so that the user can have many "application windows" running within the...
1
by: evadell | last post by:
Hi all. I have a c# windows forms app that uses a unmanaged dll. I need to call a function in the dll that registers a callback function. When the dll generates an event it calls my callback...
1
by: Bit byte | last post by:
I have an application which consists of several (approx 40 C/C++ dlls). I want to provide a C (Win32 Dll) API to these Dlls. However, I want to partion the API at a different level of abstraction....
14
by: John | last post by:
My friend told me that his company will migrate the VC++ win32 applications to C++ .NET windows applications. I don't understand why since currently Microsoft only supports .NET on windows...
60
by: jim | last post by:
I am looking for an application that will wrap my .Net application (and any needed .Net parts) into a single exe. I know of Thinstall ($4,000 for application and per copy fees for your exes) and...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...
0
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,...

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.