|
|
Question : ActiveX Error 336
|
|
What causes this error message; ActiveX component not correctly registered (error 336) ?
|
Answer : ActiveX Error 336
|
|
The fact that a part of the application is not correctly installed. Usually a VB application.
Download Filemon or NTFilemon from www.sysinternals.com Start Filemon and now run the application that gives the error. Filemon will show a trace. In this trace it will also show you which file failed to open. That's the one you are missing.
Filemon can be redirected in a dos box using filemon > output.txt
Copy the missing files and register them if needed with regsvr32.exe in case of DLL/OCX files
|
|
|
|