From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error message

Hi,

from the VI "New Report" I'm getting the error message "Klasse nicht
registriert" (i.e. in English "unregistered class" or "class not
registered").

Can someone please tell me what this means and advise some remedy?

Thank you

Klaus Hoelscher
0 Kudos
Message 1 of 3
(2,586 Views)
Hi Klaus,
try this:
- Locate in your PC NIReports.dll
- Execute the following command:

regsvr32 "complete path of NIReports.dll"

Example:
regsvr32 "c:\programs\national instruments\labview 6\shared\NI-reports\nireports.dll"

- Do a mass compile of all Reports vis

This registers the nireports.dll in your system. I had this problem when I updated form LV 6 to LV 6.0.1

Good luck,
Alberto
Message 2 of 3
(2,586 Views)
Hi,

this worked fine for me with Windows NT4.
Now I try to do exactly the same command under Win 2000. This ends in the following error message:
DllRegisterServer in "C:\USERDATA\Programme_DEV\LVRT\NiReports.dll" failed. The error code was: 0x80020009

Any Ideas?

Thanks
Heiko
0 Kudos
Message 3 of 3
(2,586 Views)