Preparing the Environment

Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation

The programming language in which you choose to develop has no effect on the steps that you must make to prepare your development environment.

To configure your development environment, perform the following steps.

To Prepare the Environment

  1. Ensure that the Microsoft .NET Framework 2.0 is installed and registered on your machine.

  2. Ensure that Microsoft.Uddi.dll is present and registered on your machine. You can register the DLL in the Global Assembly Cache by using the .NET Framework Global Assembly Cache tool.

    gacutil.exe /i Microsoft.Uddi.dll

  3. Ensure that the mscorlib.tlb type library is present and registered on your machine. You can generate and register this type library by using the .NET Framework Assembly Registration Tool.

    regasm mscorlib.dll /tlb:mscorlib.tlb

  4. Generate and register the type library for the Microsoft.Uddi assembly using the .NET Framework Assembly Registration Tool.

    regasm Microsoft.Uddi.dll /tlb:Microsoft.Uddi.tlb

Send comments about this topic to Microsoft.