Retrieving the COM class factory for component with CLSID error,pls help me

O

orieni

Hi,
I have writen a code to take snapshot of Internet Explorer. The code

works fine when run in the debug mode. But once I publish the site I
get the
following error for:

Retrieving the COM class factory for component with CLSID
{9BA05972-F6A8-11CF-A442-00A0C90A8F39} failed due to the following
error:
8007000e.

The statement the error is shown for is:
SHDocVw.ShellWindows shellWindows = new SHDocVw.ShellWindows();

Any help would be really appreciated
Thanks
 
R

Rob ^_^

Hi Orieni,

Windows and IE version? Development language and Environment? What is your
control trying to do? Looks like its trying to create a new Windows
Explorer? I don't think this will be allowed with IE7 ( I haven't had a look
at IE7's object model but I bet that it will no longer support a
ShellWindows method). Could also possibly be a security setting for ActiveX
or .Net framework.

Also you may like to try
news://microsoft.public.inetsdk.programming.webbbrowser_ctl

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top