02-27-2014 12:16 AM - edited 02-27-2014 12:20 AM
Hi,
We execute the following method:
IIviConfigStorePtr cs(__uuidof(IviConfigStore));
if (cs == NULL)
throw("The driver could not be Initialized because the IVI configuration server is not installed.");
….
cs->Deserialize(_bstr_t(pszIVIPath));
And intermittently we got the error: "IviConfigServer.IviConfigStore.1: Deserialize failed. Invalid argument. 0x80047010".
The error doesn't happen all the time, but intermittently. Why is that?
02-27-2014 08:53 AM
@zizai wrote:
Hi,
We execute the following method:
IIviConfigStorePtr cs(__uuidof(IviConfigStore));
if (cs == NULL)
throw("The driver could not be Initialized because the IVI configuration server is not installed.");
….
cs->Deserialize(_bstr_t(pszIVIPath));
And intermittently we got the error: "IviConfigServer.IviConfigStore.1: Deserialize failed. Invalid argument. 0x80047010".
The error doesn't happen all the time, but intermittently. Why is that?
If you are using IVI and C#, why are you posting here????
02-27-2014 08:09 PM
Sorry, maybe it's not a right place to post in. I posted here because I searched and found some simliar problem "IviConfigServer.IviConfigStore.1: Deserialize failed." here. I am not familiar with the forums, and really need to solve my problem. Can you tell me where I should post it? Thank you very much!