New Post: I am facing a problem in using VIX api clone function with c#
Hello Alex, Thanx for ur reply, but variable is not null and the error remains the same. so can u check the above mentioned code at ur machine thanx in advancepapapa
View ArticleNew Post: I am facing a problem in using VIX api clone function with c#
Hi!I corrected a mistake in the code, can you please download the new revision via the Source Code tab, compile it and test if it works (I can't test it because I have only VMware Server 2, which...
View ArticleNew Post: I am facing a problem in using VIX api clone function with c#
Hello, Thanks for reply but i didnot find the VixCOMWrapper.dll in the source code tab can u tell where it is? thanxpapapa
View ArticleNew Post: I am facing a problem in using VIX api clone function with c#
Hi!You have to download the complete source-code and compile the VixCOMWrapper.dll yourself in Visual Studio by clicking on Build -> Build Solution.Best regards,Alex
View ArticleNew Post: DLL error
I'm just getting started with VixCOM to evaluate it for our needs, so pardon me if this is an obvious noob question best answered somewhere else. If that's the case, please redirect me to somewhere...
View ArticleNew Post: DLL error
Hi!I think that the error message you get isn't related to my wrapper library, it seems to be a problem in the VIX API itself.I found a thread on the VMware forums that also deals with SSLEAY32.dll:...
View ArticleNew Post: DLL error
I have lots of copies of that DLL but not in that location - and I just checked with WMI Studio - none of them are being loaded at start up either. Curious. I also am hesitant about removing the one...
View ArticleNew Post: DLL error
I think I figured it out. My dinky test-frame app I use to test snippets of new code prior to developing more concretely loads the Cisco AnyConnect API at its launch as that was one of the first things...
View ArticleNew Post: DLL error
Hm, interesting.Looks like you have to find a version of the DLL that both apps like :-DBest regards,Alex
View ArticleNew Post: Does VIX API works with vista 64 bit (I m facing problem)
hello, I am using VIX api 1.6.2 to automate the VMware worksttation 6.5, when use the anz function with VixCOMWrapper.dll and Interop.VixCOM.dll on 32 bit Xp and Vista it works fine but when...
View ArticleNew Post: Does VIX API works with vista 64 bit (I m facing problem)
Hi!Have you compiled your application as x86?This is necessary for the VIX-API to work on 64bit systems, because the VixCOM.dll is a 32bit library and will only be emulated by the WoW64 layer if the...
View ArticleNew Post: I tried to run VixCOMWrapper.dll through wcf service on 64 bit...
Hello,I made a wcf service to automate the VMware workstation 6.5 tasks remotely using VIX API(using the VixCOMWrapper.dll), on 32 bit vista machine the service is running fine. But on 64 bit vista...
View ArticleNew Post: I tried to run VixCOMWrapper.dll through wcf service on 64 bit...
Hi!I have no 64bit machine available, so I can't test this specific problem.Are you sure that you have set the Platform target to x86 in the Build tab from the Project's settings?In this blog post it's...
View ArticleNew Post: The following com error occur while using the wrapper on 64 bit vista
Hello, I tried to figure out that why your wrapper class is not working on 64 bit vista machine and now i get following error "The COM class factory for component with CLSID...
View ArticleNew Post: The following com error occur while using the wrapper on 64 bit vista
Hi!Which version of VIX do you have installed on the machine?Can you please also check the following registry key and if it points to the right DLL:...
View ArticleNew Post: The following com error occur while using the wrapper on 64 bit vista
akoeplinger wrote:Hi!Which version of VIX do you have installed on the machine?Can you please also check the following registry key and if it points to the right DLL:...
View ArticleNew Post: The following com error occur while using the wrapper on 64 bit vista
Hi!It seems that a registry key is missing.Apart from the ones you have listed, I also have a sub-key named "InprocServer32". In this sub-key there are two values, the "(Default)" which is set to the...
View ArticleNew Post: How to create virtual machine programatically?
Hey i want to create virtual machine in vmware server environment programatically . Does anybody have sample code in c# for creating virtual machine . I am referencing vestris.vmware.dll and...
View ArticleNew Post: How to create virtual machine programatically?
Hi!As of now, I don't think there is a way to create a VM programatically via the VIX API. You can, however, register an existing .vmx file by using the RegisterVM() method.
View Article