Here is a teaser screenshot of my working MapPoint 2004 plugin:

(I promise this is a real screenshot of the working plugin)
MapPoint 2006 does not add enough features to justify supporting it...yet (but it should be pretty easy).
http://msdn.microsoft.com/library/en...OMWhatsNew.asp
I will post the code on
www.gotdotnet.com once their site becomes reliable again and when I work out a few remaining kinks.
FYI: GDN is erroring out with both IE and Firefox w/ cleared caches.
If their server has gone down again then this will be the 3rd project I have lost to that site.
I still have my local code; I would need to find a new place to host it.
Hopefully GDN's problems are just temporary.
Now, for the reason for this posting:
I am running in to a UI corruption in CF when I load my MapPoint plugin.
After CF copies and installs the plugin , the text for the other plugins gets a little screwy or is entirely blank (I see the other plugins' icons, but not all of their text).
Some of the standard CF dialogs also get corrupted.
I get the following error in the error.log file:
6/12/2006 1:24:09 AM
Input string was not in a correct format.
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at centrafuse.Plugins.CFPlugin.setbuttonskin(String whichbutton, Int32 which, String btext, Boolean useglobal, MouseEventHandler clickEvent, MouseEventHandler downEvent)
----------------------------------------------------------------------------------------------------------
I cannot tell what is reporting this error.
I have set a breakpoint in all of the plugin's catch statements but I do not hit any of them.
If I don't load my plugin then there are no errors.
CF itself seems to be reporting the error.
I typically always debug w/ centrafuse loading my plugin, but I don't see the debug output reporting any error.
Are there any best practices or troubleshooting tips for finding out what is corrupting the UI or reporting the error.log entry(s)?
I am using the standard v1.6 Onyx plugin.
The plugin code is rip-off of the web example code.
The plugin skin is a rip-off of the destinator skin.
The code and skin looks pretty clean to me...again I will share it out once I find a good spot to post it officially.
Any there any other good source code management sites out there other than sourceforge and gotdotnet? (preferrably one w/ a source control plugin for VisualStudio).
Thanks!
Pv