Re: regsvr32 error code 0x80004002
- From: changliw@xxxxxxxxxxxxxxxxxxxx (Charles Wang[MSFT])
- Date: Thu, 06 Mar 2008 11:55:12 GMT
Hi Norman,
Thanks for your response.
I think that this issue was caused by assembly redirection. Since .NET 3.0
SP1 was installed, the Microsoft.VC80.CRT assembly was redirected to the
newest version according to policy file which you can find in
%Windir%\WinSxS folder, however according to your DLL manifest, your
assembly should reference the old version. This may caused this error.
I recommend that you first try using private assemblies to see if it helps.
Manually copy the related DLLs and manifests to your COM application folder
and rename the manifest file according to this article:
Private Assemblies
http://msdn2.microsoft.com/en-us/library/aa375674.aspx
Regarding redistributing VC++ DLL as private assemblies, you can also refer
to the following articles:
Redistributing Visual C++ Files
http://msdn2.microsoft.com/en-us/library/ms235299(VS.80).aspx
Choosing a Deployment Method
http://msdn2.microsoft.com/en-us/library/ms235316(VS.80).aspx
Hope this helps. If you have any other questions or concerns, please feel
free to let me know.
Best regards,
Charles Wang
Microsoft Online Community Support
=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
.
- Follow-Ups:
- Re: regsvr32 error code 0x80004002
- From: Norman Diamond
- Re: regsvr32 error code 0x80004002
- References:
- Re: regsvr32 error code 0x80004002
- From: Charles Wang[MSFT]
- Re: regsvr32 error code 0x80004002
- From: Norman Diamond
- Re: regsvr32 error code 0x80004002
- From: Charles Wang[MSFT]
- Re: regsvr32 error code 0x80004002
- From: Norman Diamond
- Re: regsvr32 error code 0x80004002
- Prev by Date: Re: Warnings when using 2 dimensional vector
- Next by Date: Getting Event Notifications from LDAP Server
- Previous by thread: Re: regsvr32 error code 0x80004002
- Next by thread: Re: regsvr32 error code 0x80004002
- Index(es):
Relevant Pages
|
Loading