I'm preparing to move some project from .Net 2.0 to 3.5SP1. I've noticed, that for some UI Controls the ControlDesigner / 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.
Moving from .Net 2 -> 3.5 SP1 WindowsForms: WindowsForms ControlDesigner / CollectionEditor missing ?
509 Views Asked by Florian Storck At
3
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 ?