Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

IviConfigServer.IviConfigStore.1: Deserialize failed. Invalid argument. 0x80047010

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?

0 Kudos
Message 1 of 3
(4,614 Views)

@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????

0 Kudos
Message 2 of 3
(4,586 Views)

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!

0 Kudos
Message 3 of 3
(4,575 Views)