7 messages in com.googlegroups.google-desktop-developerRe: Not able to register the file ext...
FromSent OnAttachments
tuxmann21 Mar 2005 10:24 
ihoj...@gmail.com23 Mar 2005 08:25 
Tim Geiges23 Mar 2005 12:15 
Andy23 Mar 2005 12:52 
Tim Geiges23 Mar 2005 13:25 
tuxmann23 Mar 2005 21:08 
Andy26 Mar 2005 01:18 
Subject:Re: Not able to register the file extension
From:ihoj...@gmail.com (ihoj@gmail.com)
Date:03/23/2005 08:25:06 AM
List:com.googlegroups.google-desktop-developer

I saw something similar to this when I was developing a plug-in as well.

Basically, when you register an extenstion, Google will attempt to verify that your COM object can actually be loaded. So it will go through the motions of instanciating your object. If something goes wrong along the way, it will fail.

Mine was because of a registry error, and if I remember correctly, it was because of my TypeLib key had a typo in it. But I do all of the work by hand, I prefer not to use ATL/MFC/.NET to do any of this.

Ian