When I trying to use “System.Windows.Form.Design” namespace, I have to add reference all the time in new project. Can any tell me about it?
When I trying to use System.Windows.Form.Design namespace, I have to add reference all the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you create different projects in Visual Studio it adds by default different BCL assemblies as references.
System.Design.dllis not one of them as it is not commonly used by standard apps / developers. That’s how the designers decided. You could create your own project type which will already contain the reference and then export it as project template.