Re: regsvr32 error code 0x80004002
- From: "Norman Diamond" <ndiamond@xxxxxxxxxxxxxxxx>
- Date: Fri, 7 Dec 2007 14:48:41 +0900
"Norman Diamond" <ndiamond@xxxxxxxxxxxxxxxx> wrote in message news:e4$D4fIOIHA.4912@xxxxxxxxxxxxxxxxxxxxxxx
"billyard" <dmetcalf@xxxxxxxxxxxxxxx> wrote in message news:4758b7e9$0$8688$4c368faf@xxxxxxxxxxxxxxxxxNorman Diamond wrote:Today regsvr32 gives error code 0x80004002, Interface Not Supported.
I also tried reregistering an old copy of my DLL, built two months ago and properly registered two months ago. The error is the same, 0x80004002.
Does anyone know how to get regsvr32 working again on ATL DLLs?
I've seen this do wonders - try:
msiexec /unreg
msiexec /regserver
Thank you for the suggestion, which I will try again in a few hours.
OK, this time the commands executed without visible errors. Now regsvr32 gives a different error message, without any error code.
LoadLibrary("my library.dll") に失敗しました - このアプリケーションの構成が正しくないため、アプリケーションを開始できませんでした。アプリケーションを再度インストールすることにより問題が解決する場合があります。
Approximately: LoadLibrary("my library.dll") failed - this application's configuration is incorrect, so the application could not be started. Sometimes problems can be solved by reinstalling applications.
Yeah right. Here's my DLL and my TLB, and regsvr32 is supposed to do what other than install the DLL.
.
- Follow-Ups:
- Re: regsvr32 error code 0x80004002
- From: Jason Newell
- Re: regsvr32 error code 0x80004002
- References:
- regsvr32 error code 0x80004002
- From: Norman Diamond
- Re: regsvr32 error code 0x80004002
- From: billyard
- Re: regsvr32 error code 0x80004002
- From: Norman Diamond
- regsvr32 error code 0x80004002
- Prev by Date: Re: Wizard in MFC !! (How do I design one?)
- Next by Date: Re: regsvr32 error code 0x80004002
- Previous by thread: Re: regsvr32 error code 0x80004002
- Next by thread: Re: regsvr32 error code 0x80004002
- Index(es):
Relevant Pages
|