SCODE 800401F3

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anyone know what this is? I got it trying to run a program I had just
installed that ran ok on a 2000. won't work?
 
Insufficient information provided.

--


Regards,

Richard Urban
Microsoft MVP Windows Shell/User
(For email, remove the obvious from my address)
 
ROP said:
Anyone know what this is? I got it trying to run a program I had just
installed that ran ok on a 2000. won't work?

Hi,

0x800401F3 is a standard Windows error, meaning CO_E_CLASSSTRING "Invalid
class string". The program you are trying to run is a COM application, and
it is probably trying to convert a ProgID to a CLSID (or vice versa). A
ProgID is an string identifier for a Program; such as "ADODB.Record.6.0".
The CLSID is the corresponding Class Identifier, a GUID such as
"{00000560-0000-0010-8000-00AA006D2EA4}".

The ProgID which the program is trying to use is not being recognised on the
new system. Hence the "Invalid class string" error. It could be as simple as
an unregistered DLL, or maybe something more complex.

If this is a program you wrote yourself, try stepping through it in the
Visual Studio debugger. If it is an application which you obtained from a
3rd party vendor, you'll probably need to contact the folks who supplied the
program.

Hope it helps,
 
Thanks. It was purchased software, "languages of the world", with Quicktime
included. I think the problem may be with Quicktime. I have not uninstalled
Quicktime because I get a message that applications may not work. I have
uninstalled the program, more than once. I think I'll do the Quicktime and
see what happens.
 
ROP said:
Thanks. It was purchased software, "languages of the world", with
Quicktime
included. I think the problem may be with Quicktime. I have not
uninstalled
Quicktime because I get a message that applications may not work. I have
uninstalled the program, more than once. I think I'll do the Quicktime
and
see what happens.

Personally, I would try uninstalling and then re-installing Quicktime. If
possible, download and install the latest Quicktime installer file from
Apple, as it contains many Vista compatibility updates:

http://www.apple.com/support/downloads/quicktime72forwindows.html

A Quicktime redistributable that was shipped on a DVD etc would be
hopelessly out of date by now. Uninstalling shouldn't break any
applications, as long as you re-install Quicktime again afterwards.

Also, be aware of this minor glitch which can occur when installing
Quicktime on Vista; easily fixed as described in the article:

http://docs.info.apple.com/article.html?artnum=304405

Good luck,
 
Back
Top