Hi Thomas,
It's not failing in all the cases.It is failing only after my application restart.
Steps involved in my case
1.Starting my application.
1.a)Process1
1.Connecting the ESXi
2.Opening the VMDK file
3.Read from VMDK file
4.Close the VMDK and Disconnect the ESXi connection
If i will call the Process1 again and again without closing my application everything is working fine.
But,If i will restart my application and try to call the Process1 means it is failing(crashing) in Open VMDK file process.
I have attached both the success and failure logs with this post.
Why it is happening and how to solve this issue?
Any help on this is very much appreciated.
NOTE : The same code is working fine in windows 64bit environment without any issue.
PFA
Thanks
Manickam