Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When is execute the following code.
dsReportSource.WriteXmlSchema(MapPath("XMLFiles\\Reports\\BillCollection.xsd"));

the .xsd file is not created in my project reports folder. Please help.
Posted
Comments
Richard MacCutchan 25-Mar-13 7:07am    
You need to provide a lot more information than this if you expect a useful answer. Remember, we cannot see your screen and have no idea what is going on in your application. One line of code conveys very little.
CHill60 25-Mar-13 7:07am    
XMLFiles\\Reports\\BillCollection.xsd looks like a physical filepath but MapPath needs the virtual path ... should the \\ be / ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900