Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - DllRegisterServer

Reply
 
Old 04-14-2006   #1 (permalink)
news.microsoft.com


 
 

DllRegisterServer

I may have missed the reply to this message so I'll try again.

I have a problem registering a simple in-process COM object. The object
registers OK on Windows XP Professional, but fails when an attempt is made
to register it on Vista (CTP 5308). I ran the debugging tool "ntsd" and it
produced the following output:

Microsoft (R) Windows Debugger Version 6.6.0003.5
Copyright (c) Microsoft Corporation. All rights reserved.

CommandLine: regsvr32 regtest.dll
Symbol search path is: *** Invalid ***
****************************************************************************
* Symbol loading may be unreliable without a symbol search path. *
* Use .symfix to have the debugger choose a symbol path. *
* After setting your symbol path, use .reload to refresh symbol locations. *
****************************************************************************
Executable search path is:
ModLoad: 01000000 01007000 regsvr32.exe
ModLoad: 77ef0000 77ff2000 ntdll.dll
ModLoad: 77e20000 77ee8000 C:\Windows\system32\kernel32.dll
ModLoad: 77b10000 77bb3000 C:\Windows\system32\msvcrt.dll
ModLoad: 77d60000 77e15000 C:\Windows\system32\ADVAPI32.dll
ModLoad: 77c10000 77cb8000 C:\Windows\system32\RPCRT4.dll
ModLoad: 77cc0000 77d5b000 C:\Windows\system32\USER32.dll
ModLoad: 77bc0000 77c09000 C:\Windows\system32\GDI32.dll
ModLoad: 76d20000 76e55000 C:\Windows\system32\ole32.dll
ModLoad: 718e0000 718fe000 C:\Windows\system32\ShimEng.dll
ModLoad: 756c0000 756e9000 C:\Windows\system32\apphelp.dll
ModLoad: 75c30000 75c4e000 C:\Windows\system32\IMM32.DLL
ModLoad: 71650000 71659000 C:\Windows\system32\LPK.DLL
ModLoad: 72a30000 72aaa000 C:\Windows\system32\USP10.dll
ModLoad: 71950000 7198e000 C:\Windows\system32\uxtheme.dll
ModLoad: 10000000 1003b000 U:\MyProjects\RegTest\Debug\regtest.dll
ModLoad: 76c80000 76d10000 C:\Windows\system32\OLEAUT32.dll
ModLoad: 76b80000 76c04000 C:\Windows\system32\CLBCatQ.DLL
ModLoad: 77b00000 77b09000 C:\Windows\system32\VERSION.dll
ModLoad: 76610000 76624000 C:\Windows\system32\atl.dll
ModLoad: 73d90000 73e4c000 C:\Windows\system32\msctf.dll


At this point I get a popup dialog containing the following:

"DllRegisterServer in regtest.dll failed. Return code was: 0x80020009"

This dll registers OK when Visual C++ 6.0 registers the dll after
compilation on Vista.

Any clues as to where I go from here.

Thank you,
Rick



My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
call to DllRegisterServer failed 0x8002801c Vista General
My friend needs help with DLLRegisterServer error 0x80020009 Vista account administration
Error 0x80004005 DLLRegisterServer Vista installation & setup
DllRegisterServer Vista security
DllRegisterServer Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46