Build the C# vSphere DLLs
for the Web Services SDK
Before you can run the SDK samples, you must
build the DLLs that provide common services to the samples.
Prerequisites for Building the
C# vSphere DLLs
- Install a C# development environment, as described in Setting Up for C# Development with the Web Services SDK.
- Open a Visual Studio Native Tools command shell as Administrator.Use Visual Studio 2012 or 2013. Visual Studio 2015 is not supported for this step.
- Navigate to the .NET subdirectory for vSphere client samples.cdpath_to_sdk\vsphere-ws\dotnet\bin
- Run the build script to generate theVimService*.dllfiles from the WSDL.build.batThe script builds the client-side API bindings and compiles them into the Vim25Service DLL.