Design time custom controls in visual studio 2005 beta 2
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

