What if I want to make an application which supports both winform and webform, how do I setup the project files in visual studio or vstudio express ?
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.
In the express versions, I would create a common class library then reference it in both Visual C# Express’s and Visual Web Dev Express’s projects. There is no real concept of a solution in the Express editions.