This error indicates that a something (either a DLL or an OCX) has not been entered into the Windows Registry and so it cannot be located there.
Presumably this is one (or more) of your downl;oaded DLL files. You need to find which one is causing the error and register it using the Windows REGSVR32 program. YOu can find details of that on the MSDN at
http://support.microsoft.com/default.aspx/kb/249873/
|