CLR Error 80004005

  • Thread starter Thread starter David Schwartz
  • Start date Start date
D

David Schwartz

Anyone ever get this error? I've had a couple of users report it in my
VB.NET Windows forms app, but no one can reproduce it.

Any idea what it could be?
 
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
 
Back
Top