.NET
There might be a time in which you need to strongly name the VimServer.dll that gets created from the WSDL within the SDK. If you need help with that, check out a previous post here I wont re-hash the previous article but will just focus on making the DLL strongly named. The first step is [...]
Continue reading about VMWare SDK HowTo: Making the VimService.dll strongly named.
This post is going to be about using simple object collectors to get a list of virtual machines on a given host. Now, there are a couple of ways to do this, namely using traversal objects, but for this post, we are going to keep it simple. We will get to the TraversalSpec object in [...]
Continue reading about Accessing the VMWare API to retrieve Virtual Machine Properties.
While writing some VMWare SDK/Web Services howto posts as well as some production code in C# I recently ran into an issue where the vimService object was taking upwards for 3 minutes to instantiate. I figured that I might have messed up on adding the web service reference, so I re-added the web service reference [...]
Continue reading about How to fix the slow load times when using the VMWare WebServices API in C#.
