I wanted to target .net application to .NetFramework 4 (client profile), but later I realized that a third-party control uses System.Design to implement a custom control.
Now they are worried about users, as most of them will have .Net Framework 4 Client Profile installed on their system, not .Net Framework 4 Full. Will users find it annoying to download and install Full Framework. But there is only a small client with different dimensions - 41 mb and a full 48 mb.
Does most .net applications require only a client profile? There is also an alternative way to use the ControlDesigner class in C # with a client profile.
Please help me.
source share