Error -1074130432: "The specified configuration store file could not be deserialized"Primary Software: Instrument Drivers/IVI>>IVI Engine PackagePrimary Software Version: 2.1 Primary Software Fixed Version: N/A Secondary Software: N/A
Problem: I am developing an application which relies on calls to IVI libraries, or running programs which do, and am receiving the following error message. Error -1074130432: "The specified configuration store file could not be deserialized" What is causing this error? Solution: There are a few primary causes to this error: a programming mistake, insufficient access to read and write to the IVI configuration files, or an improperly installed XML parser. Case 1 Make sure to call IviConfig_DisposeHandle() for each handle that you get back when using the API. It is not just sufficient to call IviConfig_Close as this will not close all the handles that are created. For example, if you call IviConfig_GetDriverSession (), you get a IviDriverSessionHandle* back. You must call IviConfig_DisposeHandle() on this IviDriverSessionHandle handle, otherwise there will be a leak. Related Links: KnowledgeBase 2D6CK3QS: MAX Problems When Not Logged in as an Administrator under Windows 2000 External Link: Security update for Microsoft XML Core Services 6.0 Attachments:
Report Date: 03/22/2005 Last Updated: 12/22/2008 Document ID: 3JL6JQSF |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
