Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
QuestionHow would i do interprocess communication ?? Pin
fulbright1-Jan-09 19:47
fulbright1-Jan-09 19:47 
AnswerRe: How would i do interprocess communication ?? Pin
N a v a n e e t h1-Jan-09 19:53
N a v a n e e t h1-Jan-09 19:53 
GeneralRe: How would i do interprocess communication ?? Pin
fulbright1-Jan-09 23:09
fulbright1-Jan-09 23:09 
AnswerRe: How would i do interprocess communication ?? Pin
fulbright2-Jan-09 0:07
fulbright2-Jan-09 0:07 
GeneralRe: How would i do interprocess communication ?? Pin
Mark Salsbery2-Jan-09 7:02
Mark Salsbery2-Jan-09 7:02 
QuestionPlease explain the Intersting code . Pin
SKGAUTAM1-Jan-09 19:34
SKGAUTAM1-Jan-09 19:34 
AnswerRe: Please explain the Intersting code . Pin
N a v a n e e t h1-Jan-09 19:49
N a v a n e e t h1-Jan-09 19:49 
QuestionRegarding reading and Writing xmlfile after deployment Pin
rahuladya1-Jan-09 19:30
rahuladya1-Jan-09 19:30 
hello froum

I am writing the elements to xml file on runtime,and also using them. It is working properly.

XmlDocument xmlDoc = new XmlDocument();            
string path = AppDomain.CurrentDomain.BaseDirectory + @"\XMLFind.xml";            
xmlDoc.Load(path);            
XmlNodeList xmlNS = xmlDoc.GetElementsByTagName("testword");

The xml file is in the bin folder.

but the problem is after creating setup the xml file is visible to every body so it can be deleted accidently.

If the xml file is placed in the project then while using the output (after creating its setup) it gives the runtime error


Could not find the C:\Program Files\hts\SetupFinal\XMLFind.xml.


can anybody help me...

Regards

Rahul Adya
AnswerRe: Regarding reading and Writing xmlfile after deployment Pin
N a v a n e e t h1-Jan-09 19:52
N a v a n e e t h1-Jan-09 19:52 
GeneralRe: Regarding reading and Writing xmlfile after deployment Pin
rahuladya1-Jan-09 20:09
rahuladya1-Jan-09 20:09 
GeneralRe: Regarding reading and Writing xmlfile after deployment Pin
N a v a n e e t h1-Jan-09 20:41
N a v a n e e t h1-Jan-09 20:41 
QuestionReading and Writing through XML File Pin
rahuladya1-Jan-09 19:21
rahuladya1-Jan-09 19:21 
QuestionHow to allow textbox to enter only alphabets Pin
TJS4u1-Jan-09 19:06
TJS4u1-Jan-09 19:06 
AnswerRe: How to allow textbox to enter only alphabets Pin
Brij1-Jan-09 19:25
mentorBrij1-Jan-09 19:25 
GeneralRe: How to allow textbox to enter only alphabets Pin
TJS4u1-Jan-09 19:36
TJS4u1-Jan-09 19:36 
GeneralRe: How to allow textbox to enter only alphabets Pin
Brij1-Jan-09 19:40
mentorBrij1-Jan-09 19:40 
AnswerRe: How to allow textbox to enter only alphabets Pin
Luis Alonso Ramos1-Jan-09 19:28
Luis Alonso Ramos1-Jan-09 19:28 
AnswerRe: How to allow textbox to enter only alphabets Pin
DaveyM693-Jan-09 10:25
professionalDaveyM693-Jan-09 10:25 
Questionatoi? Pin
dec821-Jan-09 18:38
dec821-Jan-09 18:38 
AnswerRe: atoi?:Put in Right forum Pin
Brij1-Jan-09 19:01
mentorBrij1-Jan-09 19:01 
AnswerRe: atoi? Pin
Luis Alonso Ramos1-Jan-09 19:30
Luis Alonso Ramos1-Jan-09 19:30 
GeneralRe: atoi? Pin
AORD10-Oct-09 0:53
AORD10-Oct-09 0:53 
GeneralRe: atoi? Pin
Luis Alonso Ramos10-Oct-09 8:24
Luis Alonso Ramos10-Oct-09 8:24 
QuestionApp.Config Text Formatting Issue Pin
sumit2731-Jan-09 18:01
sumit2731-Jan-09 18:01 
AnswerRe: App.Config Text Formatting Issue Pin
Christian Graus1-Jan-09 18:15
protectorChristian Graus1-Jan-09 18:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.