01-08-2004 04:06 PM
01-09-2004 09:00 AM
01-09-2004 04:06 PM
10-18-2011 02:07 PM
I have two folders program folders (I'm running Win7 64bit). There are Program Files and there are Program Files (x86). Both have the nicont.dll both are dated 4/19/2001. The file nicont_restore.dll are no where to be found. I have CVI Labwindows 2010 SP1 running. What do I do now ?
Can't call an ActiveX component - nicont.dll is registered but version is old.
How the heck do you call regsvr32 and unrefisger a dll in Win7 ??
10-19-2011 08:39 AM
If you have CVI 2010 SP1 installed, C:\Program Files (x86)\National Instruments\Shared\nicont.dll should be version 1.0.0.48 and should have a 2011 date. If you have a 2001 file, something very wrong must have happened during some installation or uninstallation. Did you recently install some very old version of LabVIEW, CVI or TestStand, after you had installed CVI 2010 SP1?
In any case, your best bet at this point is probably to repair your CVI 2010 SP1 installation. Let me know if that doesn't fix the problem.
Luis
10-19-2011 08:48 AM
On a second glance, I just noticed that the date you posted (4/19/2001) is very similar to the date that it's supposed to have (4/19/2011). That was probably a typo, then, right?
In that case, repairing probably won't help. You must have ended up with a different version of nicont.dll registered. Can you check the full path of nicont.dll in the following registry key?
HKEY_CLASSES_ROOT\CLSID\{7E985DEE-3D20-11D2-A3EA-006008CA119A}\InprocServer32
Luis
10-19-2011 10:56 AM
I checked with regedit and I don't have an
HKEY_CLASSES_ROOT\CLSID\{7E985DEE-3D20-11D2-A3EA-006008CA119A}\InprocServer32
entry.
Lou
10-20-2011 02:22 PM
That would imply that you don't nicont.dll registered at all. Can you search your entire registry for nicont.dll and let me know what you find?
If it doesn't show up at all, you should reregister it by passing it as an argument to regsvr32.exe.
Luis
10-20-2011 03:32 PM
I searched there is registered dll. Will go ahead and register. Thanks