how to setup and deployment process

Buismlulsenuh

New Member
\[code\]XmlReader reader = XmlReader.Create(@"E:\NewFolder\WindowsFormsApplication1\WindowsFormsApplication1\QuestionFile.xml")\[/code\]In my application i have read a xml file which is location in a specific location in my pc but now i want to deploy my application now when i rum my exe and install in other pc i get error that read error of xml file so what should i do for that.
like that i have used to read the xml file.I would really appreciate if someone helps me out!thanks
 
Back
Top