Re: Using <param> XML Tag in C# to create Intellisense in my DLL

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




<Michael.Suarez@xxxxxxxxx> wrote in message
news:1140205934.904071.37660@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The code in my DLL:

/// <summary>
/// db_task..file_master_list
/// </summary>
/// <param name="panConnection">
/// Pass the PanApp.Connection object by reference
/// </param>
/// <param name="source_id">
/// Default Value = 0
/// </param>
/// <param name="frequency_cd">
/// Default Value = ""
/// </param>
public static int file_master_list(ref SqlConnection
panConnection, int source_id, string frequency_cd, string
search_string)
{
//code
return 0;
}

Yet no Intellisense.

I also added the pre-build event:
/doc:db_taskLib.dll.xml

And on the build, I got the error:
The command "/doc:db_taskLib.dll.xml" exited with code 123.

The xml file that gets created has none of the xml I typed in my source
code.

What else do i need to do to get this to work?
I am using VS 2005.

Try enabling xml document file generation by going to the project
properties->Build and checking XMLdocumentation file.


.



Relevant Pages

  • Using XML Tag in C# to create Intellisense in my DLL
    ... public static int file_master_list(ref SqlConnection ... panConnection, int source_id, string frequency_cd, string ... The xml file that gets created has none of the xml I typed in my source ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Using XML tag to create Intellisense for my DLL.
    ... In 2.0, under the Build Menu, check the "XML Documentation File" checkbox ... public static int file_master_list(ref SqlConnection panConnection, ... source_id, string frequency_cd, string search_string) ... did NOT give me the intellisense from the app calling this ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Using XML Tag in C# to create Intellisense in my DLL
    ... documentation comments practically write themselves. ... public static int file_master_list(ref SqlConnection ... panConnection, int source_id, string frequency_cd, string ... The xml file that gets created has none of the xml I typed in my source ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Using XML tag to create Intellisense for my DLL.
    ... Normally the only requirement to have complete xml documentation generated ... public static int file_master_list(ref SqlConnection panConnection, ... source_id, string frequency_cd, string search_string) ... did NOT give me the intellisense from the app calling this ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: SP1 Problem SOAPException doesnt return quote and Umlaute correcty
    ... Our app returns XML in the fault string. ... returned in the fault string of a soap exception. ...
    (microsoft.public.dotnet.framework.webservices)