Click here to Skip to main content
15,905,028 members
Home / Discussions / C#
   

C#

 
AnswerRe: "operation must use an updatable query" error message Pin
Guffa13-Jun-06 9:09
Guffa13-Jun-06 9:09 
GeneralRe: "operation must use an updatable query" error message Pin
isiran14-Jun-06 2:11
isiran14-Jun-06 2:11 
AnswerRe: "operation must use an updatable query" error message Pin
Tamimi - Code11-Jun-06 2:58
Tamimi - Code11-Jun-06 2:58 
GeneralRe: "operation must use an updatable query" error message Pin
isiran12-Jun-06 19:38
isiran12-Jun-06 19:38 
QuestionHow to Run exe from memory ? Pin
hdv21211-Jun-06 2:08
hdv21211-Jun-06 2:08 
QuestionSerializationException When Remoting Pin
janlala11-Jun-06 1:28
janlala11-Jun-06 1:28 
Questionweb browser and change footer printing Pin
Nafiseh Salmani11-Jun-06 1:27
Nafiseh Salmani11-Jun-06 1:27 
QuestionXmlTextReader in PDA Pin
AhsanS11-Jun-06 0:07
AhsanS11-Jun-06 0:07 
Hello fellows.
I hope all you will be doing fine.
dears i have a problem at hands and have done everything.
I am doing a project for PDA.i want to read a Xml file from drive c.
but when ever i deploy the project it says that the file is not located.check the path.this error is generated on run time.
i am using the following code.
FileStream fs = new FileStream(@"c:\\xmldata.xml", FileMode.Open);
XmlTextReader reader = new XmlTextReader(fs);
kindly help me out.
Its urgent.


Ahsan Ullah
AnswerRe: XmlTextReader in PDA Pin
Colin Angus Mackay11-Jun-06 0:21
Colin Angus Mackay11-Jun-06 0:21 
GeneralRe: XmlTextReader in PDA Pin
AhsanS11-Jun-06 0:23
AhsanS11-Jun-06 0:23 
GeneralRe: XmlTextReader in PDA Pin
Yustme11-Jun-06 4:31
Yustme11-Jun-06 4:31 
QuestionImport excel sheet in sql database Pin
John Ahmad10-Jun-06 23:03
John Ahmad10-Jun-06 23:03 
AnswerRe: Import excel sheet in sql database Pin
Stanciu Vlad11-Jun-06 5:08
Stanciu Vlad11-Jun-06 5:08 
QuestionHow to implement abort functionality Pin
engsrini10-Jun-06 20:55
engsrini10-Jun-06 20:55 
AnswerRe: How to implement abort functionality Pin
Jun Du11-Jun-06 2:13
Jun Du11-Jun-06 2:13 
QuestionHow to Specify DialogResult Pin
Richard Andrew x6410-Jun-06 18:28
professionalRichard Andrew x6410-Jun-06 18:28 
AnswerRe: How to Specify DialogResult Pin
Super Lloyd10-Jun-06 20:16
Super Lloyd10-Jun-06 20:16 
GeneralRe: How to Specify DialogResult Pin
Richard Andrew x6410-Jun-06 20:17
professionalRichard Andrew x6410-Jun-06 20:17 
GeneralRe: How to Specify DialogResult Pin
Super Lloyd10-Jun-06 20:46
Super Lloyd10-Jun-06 20:46 
Questionsqlconnection by_IP Pin
Mohammed Elkholy10-Jun-06 11:09
Mohammed Elkholy10-Jun-06 11:09 
AnswerRe: sqlconnection by_IP Pin
Guffa10-Jun-06 11:19
Guffa10-Jun-06 11:19 
Questionrunning two UI threads in same application Pin
venkyp10-Jun-06 10:43
venkyp10-Jun-06 10:43 
Questiontext files Pin
rcwoods10-Jun-06 9:13
rcwoods10-Jun-06 9:13 
AnswerRe: text files Pin
Guffa10-Jun-06 11:06
Guffa10-Jun-06 11:06 
QuestionHow can I alter the property of the main form control from a secondary form? Pin
AngryC10-Jun-06 7:45
AngryC10-Jun-06 7:45 

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.