开发者

Moving from .Net 2 -> 3.5 SP1 WindowsForms: WindowsForms ControlDesigner / CollectionEditor missing ?

I'm preparing to move some project from .Net 2.0 to 3.5SP1. I've noticed, that for some UI Controls the ControlDesigner / 开发者_StackOverflow中文版CollectionEditor Class seems to be missing in 3.5 ( ClientProfile ). What is the best practice to convert / replace these depencies or must I consider a complete rewrite of these components ? The error occured when switching the projects target framework from 2.0 to 3.5 without changing anything on the sourcecode.


Designers should be missing in the ClientProfile. Do you think clients ever need the designers? Just use the complete 3.5 installation for development.


Are the UI Controls self written, third-party-controls or the basic controls delivered with .NET itself?

If you just use the controls delivered with .NET it should work or sth. went wrong with the installation of the visual studio? Which VS-Version do you use?


Ok, I did a repair install of .net 3.5 sp1 which solved the problem. Nevertheless one question is left open:

I have an assembly with controls which include designer support. If I want to deploy the client profile only, I would have to make a separate assembly with the designer support only of certain controls, to be able to ship the application using these controls without having the need to deploy the full .Net package. ? Or if the designers are not used at runtime by the application, can I deploy the client profile ?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜