Design time custom controls in visual studio 2005 beta 2

Hi everyone
I am currently trying to upgrade my .net cf 1 custom controls to .net cf 2 for the project I am working on and I am having some trouble.

I have watched the webcast by Scott Smith and Xin Yan on the topic which was excellent, but my troubles arise when I try to add a custom designer. I have added a new desktop class library to my solution like in the webcast which has my designer classes in and signed it and added to the GAC, I also had to sign my control library so the designer project could use it. I have added the designer attribute to the DesigntimeAttributes.xmta file, but when I try add a control on to the fom from the toolbox I get an error saying the designtime assembly of my controls whatever.pocketpc.asmmeta.dll is not signed correctly but I am not quite sure how I'm meant to sign that.

Does anybody know the steps you have to go through to build design time controls in visual studio 2005? Xin mentions a detailed walkthough in the webcast on blogs.msdn.com/vsdteam but I can't find it anywhere.

Any help on this topic would be much appreciated.
Many thanks
Dan

[1116 byte] By [Daniel_hawkins] at [2007-12-16]
# 1
Try visiting the blog again:
http://blogs.msdn.com/vsdteam/archive/2005/07/20/Amit_Chopra.aspx

Cheers
Daniel

DanielMoth at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...
# 2
Brilliant
Thanks Daniel
I knew it would appear the minute I stop checking it, I actually emailed the guys on the blog this morning and have just received an email from Amit saying he had updated the blog with source code and walk through.
DanielHawkins at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...