Hi Team,
I am using VS2010 with framework 4.0 and C#. We are trying to integrate C# with DFC version 6.5
When I am calling
DfClientXClass objDfClientXClass = new DfClientXClass();
Or
IDfClientX Clientx = new DfClientX ();
Then getting "Load JVM DLL Failed on LoadLibrary" prompt. On click on OK getting below Exception
Creating an instance of the COM component with CLSID {EFAC2D80-175B-11D2-9927-006097C27C31} from the IClassFactory failed due to the following error: 80004005.
Am I doing something wrong? Kindly help ASAP.