found this on google hope it helps
Tersia Ehlert [@hotmail.com]
I have found the solution to my problem by searching
www.google.com
for
CLR+error:+80004005 which linked me to the page stating the following:
"If you get a Run-time error 80131522 "No Server registered or could
not
load class for CLSID ...", it is because you are trying to run the VB
executable from a directory other than where the .NET assembly is
located.
This also happens if you try to run the vb code in interactive mode.
This
can be solved by installing the .NET assembly into the global
application
cache"
Instead of trying to debug my VB6 app, I ran the EXE without any
errors and
with the expected results.
Tersia