I cannot compile C # samples from VMware vSphere SDK 5.0 using Visual Studio 2010. The error contains references to the AppUtil and VimApi .
The links in the VS2010 solution file point to these files.
..\AppUtil\bin\Debug\AppUtil.dll ..\..\Vim25Service2010.dll ..\..\Vim25Service2010.XmlSerializers.dll ..\..\VimService2010.dll ..\..\VimService2010.XmlSerializers.dll ..\VMware.Security.CredentialStore\bin\Debug\VMware.Security.CredentialStore.dll
Where are these files located in the SDK or how to get them if not in the SDK?
Two links from other projects in the solution; including the AppUtil namespace. I can update each project to reference the project instead of debugging output.
Is there any build method that I am missing to generate other dlls? Is VimApi part of another download? The release notes do not mention additional downloads to build projects.
c # sdk vmware
Jason
source share