LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI 8.0 Error Message

Hello !
 
When calling a function panel in CVI 8.0 with CTRL+P I get the following error message:
 
"An error occured while reading th function panel customization file.
Error message:
The DLL version does not match the import library".
 
Currently I also have older CVI versions on my PC (from 5.5 to 7.1) - to be able to compile older projects for cutomers who have older runtime engines on their computers.
 
It seems, in some way something is mixed up ...
 
How can I fix this problem ? Using the repair function together with my CVI 8.0 installation CD didn't improve the situation !
 
Best regards,
 
 
 
 
 
 
0 Kudos
Message 1 of 2
(3,092 Views)
Tomsaw,

My best guess is that somehow the MSXML component that allows us to read the customization file for the user interface library's function panels is not present, or there's a problem with its installation.

Try some of these steps, and let me know what you see:

1. Try doing the same thing in CVI 7.1 and see if you have the same error (this is just for the sake fo curiosity)
2. In 8.0, try running the samples\toolbox\XMLSample.cws example. When it asks you for a file, point it to CVI80\bin\userint.fpc (this is the XML customization file for the UI library). See if you can browse this file's contents using this example program

If you cannot run the example program, then we can conclude that the problem is with the low-level XML component. To do some basic investigation, make sure of the following:

1. Make sure you that the file windows\system32\msxml3.dll exists in your computer
2. In your system registry, make sure that the key HKEY_CLASSES_ROOT\CLSID\{2933BF90-7B36-11d2-B20E-00C04F983E60}\InProcServer32 also exists, and that its value is %SystemRoot%\System32\msxml3.dll.
3. If the DLL exists, try to load it yourself from a CVI program (just try to call LoadLibrary on it, and see if that succeeds).

Other than that, I don't have any ideas off the top of my head. Depending on what the results of this are, we might be able to figure out how to proceed further.

Luis
NI

0 Kudos
Message 2 of 2
(3,067 Views)