[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Chris Davoli

9/7/2007 8:22:00 PM

I'm getting the error message "Class not registered (Exception from HRESULT:
0x80040154 (REGDB_E_CLASSNOTREG))" I have an interop component that a vendor
sent. I get the following error when I register that component in the debug
directory:
AxInterop.ISITELib.dll was loaded, but the dllRegisterServer entry point was
not found. The file can not be registered.

What am I doing wrong?

--
Chris Davoli

2 Answers

mh

9/8/2007 1:07:00 PM

0

On Sep 7, 12:22 pm, Chris Davoli
<ChrisDav...@discussions.microsoft.com> wrote:
> I'm getting the error message "Class not registered (Exception from HRESULT:
> 0x80040154 (REGDB_E_CLASSNOTREG))" I have an interop component that a vendor
> sent. I get the following error when I register that component in the debug
> directory:
> AxInterop.ISITELib.dll was loaded, but the dllRegisterServer entry point was
> not found. The file can not be registered.
>
> What am I doing wrong?
>
> --
> Chris Davoli

My guess is that you need to register the COM component itself, not
the assembly file AxInterop.ISITELib.dll.
Copy the COM component to the system directory (guees this is the
name, ISITELib.dll)
Use regsvr32 to register the component (using run,...)
"regsvr32 C:\windows\system32\ISITELib.dll"

If registeration succeeds, Open project and attempt to find and set a
refernce to the COM component using COM tab (should be there now).

MH


70.67.20.208@sjrb.ca

2/10/2013 7:00:00 PM

0

On 09 Feb 2013, =?UTF-8?B?U3Bhbc6ydXN0ZXI=?= <SpamBuster@not.can> posted
some news:qABRs.44740$Sq4.42689@newsfe14.iad:

> From: =?UTF-8?B?U3Bhbc6ydXN0ZXI=?= <SpamBuster@not.can>
> Reply-To: Spamβuster@not.can
> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0)
> Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0
> Newsgroups:
> us.politics,soc.culture.african.american,alt.society.liberalism,misc.su
> rvivalism,alt.atheism Subject: Re: Scientist seeks "liberal female"
> atheist to have Neanderthal baby References:
> <XnsA1618A7DA4AFBUBVCYT723@217.119.49.38>
> <f54e84c2-2131-4c69-878e-7428fb6fe64b@u21g2000vbo.googlegroups.com>
> In-Reply-To:
> <f54e84c2-2131-4c69-878e-7428fb6fe64b@u21g2000vbo.googlegroups.com>
> Content-Type: text/plain; charset=UTF-8; format=flowed
> Content-Transfer-Encoding: 7bit
> Lines: 7
> Message-ID: <qABRs.44740$Sq4.42689@newsfe14.iad>
> NNTP-Posting-Host: 70.67.20.208
> X-Complaints-To: internet.abuse@sjrb.ca
> X-Trace: 1360455062 70.67.20.208 (Sun, 10 Feb 2013 00:11:02 UTC)
> NNTP-Posting-Date: Sun, 10 Feb 2013 00:11:02 UTC
> Date: Sat, 09 Feb 2013 16:10:35 -0600
> X-Received-Bytes: 1440

--