5 messages in com.googlegroups.google-desktop-developerRe: How do you test your plugin inter...
FromSent OnAttachments
Artem06 Apr 2005 15:23 
Aaron Feuer06 Apr 2005 19:17 
Hernan10 Apr 2005 06:55 
Tony11 Apr 2005 18:07 
Aaron Feuer11 Apr 2005 18:35 
Subject:Re: How do you test your plugin interaction with the GDS?
From:Aaron Feuer (aarb@gmail.com)
Date:04/11/2005 06:35:57 PM
List:com.googlegroups.google-desktop-developer

This probably means the plug-in is already registered. You need to unregister server ( regsvr32 /u [dllname] ) then register again.

On Apr 11, 2005 6:07 PM, Tony <dlin@yahoo.com> wrote:

When i register the DLL by running regsvr32 [dllname], i always get the error "DllRegisterServer in GoogleDesktopComponentSample1.dll failed. Return code was: 0x80040154". Is there anyone knowing the reason about this?? Thanks