Compiling a Sample

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

You can compile each of the samples below. Follow the instructions on how to compile each sample.

To compile a sample

  1. Install the Portal. The Portal Setup installs the LMWebServiceProxy.dll file in the Proxy Web server bin directory.

  2. Create a text file named WebSample.cs; copy the sample code above or the code from one of the samples into it.

  3. Compile the sample by using the following command, but enter the actual path to the LMWebServiceProxy.dll file.

    csc.exe /R:LMWebServiceProxy.dll;System.Web.Services.dll WebSample.cs
    

See Also

Concepts

Live Meeting Service Portal API Reference