Learn to use Google. :)
A quick search suggests this:
"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"
(http://bytes.com/forum/thread353655.html)
In an ASP.NET context, it appears this is related to file permissions:
The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure
(http://weblogs.asp.net/jambrose/archive/2004/09/01/224226.aspx)
