4 messages in com.googlegroups.google-desktop-developerRe: C# Sidebar Issues
FromSent OnAttachments
kent...@no5pam.gmail.com10 Sep 2005 00:00 
Anthony Armstrong10 Sep 2005 03:23 
liu....@gmail.com12 Sep 2005 03:08 
kentm7526 Sep 2005 05:50 
Subject:Re: C# Sidebar Issues
From:kentm75 (kent@gmail.com)
Date:09/26/2005 05:50:28 AM
List:com.googlegroups.google-desktop-developer

I'm posting a fix to this issues, that actually came from Donny to my feedback page.

Basically, the guid in the line:

'[GuidAttribute(####)]'

that sits above the GoogleDesktopDisplayPluginHelperClass needs to be the same as the guid in the line

'static String controlGuid = "{####}" ;'

Pretty obvious when you think about it :)

Thanks Donny!!!