Re: regsvr32 error code 0x80004002



Hi Norman,
Did your ATL DLL reference other DLLs? You can use Dependency Walker
(depends.exe) to check if there are any dependency component missed.

Also I recommend that you check your ATL DLL manifest content to see what
the assembly version is. Compare it with the assemblies in your
%Windir%\WinSxS folder to see if the assembly version match the latest
version of the related assembly in your WinSxS folder. Please also post
your ATL DLL manifest content here for further research. If your ATL DLL
was compiled with embedded manifest, you can check your ATL DLL manifest
via:
Open VS2005, click File->Open->File, select your ATL DLL, click OK, expand
RT_MANIFEST folder, click the icon 1 and then copy the ASCII characters out
to notepad.

Look forward to your response.

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.
======================================================








.


Loading