My project has a folder with an xml file and an xsd file. When I build, the xml file is copied but not the xsd file. Why is that? The xsd is the one I actually need in my web service.
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.
You need to go to properties of the .xsd file in the Properties window in Visual Studio and set
BuildActionasContent.Also there are other ways to set build action for .xsd files