Click here to Skip to main content
15,907,233 members
Home / Discussions / C#
   

C#

 
GeneralRe: windows services with notify icon control Pin
Ramasubramaniam16-Aug-06 10:17
Ramasubramaniam16-Aug-06 10:17 
Questionproblems starting application with System.Diagnostics.Process Pin
3Dizard16-Aug-06 4:43
3Dizard16-Aug-06 4:43 
AnswerRe: problems starting application with System.Diagnostics.Process Pin
Professor Sharada Ulhas16-Aug-06 5:12
Professor Sharada Ulhas16-Aug-06 5:12 
GeneralRe: problems starting application with System.Diagnostics.Process Pin
3Dizard16-Aug-06 7:05
3Dizard16-Aug-06 7:05 
QuestionOutlook with Window service? Pin
sinanju16-Aug-06 4:33
sinanju16-Aug-06 4:33 
AnswerRe: Outlook with Window service? Pin
unclepaul16-Aug-06 6:08
unclepaul16-Aug-06 6:08 
GeneralRe: Outlook with Window service? Pin
sinanju16-Aug-06 7:15
sinanju16-Aug-06 7:15 
QuestionReadXMlSchema method Pin
Siva Subramanian16-Aug-06 3:53
Siva Subramanian16-Aug-06 3:53 
Hello,

I want the Schema of my dataset to be read in a while loop and printed out. Simple isn't it? Well it is not..Let me explain..I am calling the ReadXmlSchema as follows, (my dataset is called dsPersisted)

XmlTextReader reader = new XmlTextReader(new StreamReader(new MemoryStream(),Encoding.UTF8));<br />
<br />
dsPersisted.ReadXmlSchema(reader); //dsPersisted is my DATASET.<br />
<br />
while (reader.Read())<br />
{<br />
Response.Write(reader.Name);<br />
}<br />
//Close the writer<br />
reader.Close();<br />


The Read() method inside the loop just doesn't work. Instead of a MemoryStream, if I use a filestream it works. But I don't want to use a filestream.

The dataset is definitely not empty and it has a schema (100% sure).

any help is appreciated

Siva

Sinceresiva
AnswerRe: ReadXMlSchema method Pin
Siva Subramanian16-Aug-06 4:44
Siva Subramanian16-Aug-06 4:44 
QuestionProblem connecting to Access DB: "Could not find installable ISAM" Pin
Jag7716-Aug-06 3:44
Jag7716-Aug-06 3:44 
AnswerRe: Problem connecting to Access DB: "Could not find installable ISAM" Pin
Guffa16-Aug-06 6:32
Guffa16-Aug-06 6:32 
AnswerRe: Problem connecting to Access DB: "Could not find installable ISAM" Pin
leckey16-Aug-06 7:53
leckey16-Aug-06 7:53 
GeneralRe: Problem connecting to Access DB: &quot;Could not find installable ISAM&quot; [modified] Pin
Jag7717-Aug-06 5:45
Jag7717-Aug-06 5:45 
QuestionHttp Post Pin
Will Manning16-Aug-06 3:41
Will Manning16-Aug-06 3:41 
AnswerRe: Http Post Pin
Vitaliy Tsvayer16-Aug-06 4:00
Vitaliy Tsvayer16-Aug-06 4:00 
GeneralRe: Http Post Pin
Will Manning16-Aug-06 4:07
Will Manning16-Aug-06 4:07 
GeneralRe: Http Post Pin
Vitaliy Tsvayer16-Aug-06 6:09
Vitaliy Tsvayer16-Aug-06 6:09 
GeneralRe: Http Post Pin
Will Manning16-Aug-06 6:16
Will Manning16-Aug-06 6:16 
QuestionTCPClient/Server + Configuring Windows Pin
TikkuTakku16-Aug-06 3:25
TikkuTakku16-Aug-06 3:25 
AnswerRe: TCPClient/Server + Configuring Windows Pin
Vitaliy Tsvayer16-Aug-06 3:53
Vitaliy Tsvayer16-Aug-06 3:53 
GeneralRe: TCPClient/Server + Configuring Windows Pin
TikkuTakku16-Aug-06 19:45
TikkuTakku16-Aug-06 19:45 
QuestionReadability of the code Pin
Vitaliy Tsvayer16-Aug-06 3:24
Vitaliy Tsvayer16-Aug-06 3:24 
AnswerRe: Readability of the code Pin
Stefan Troschuetz16-Aug-06 4:59
Stefan Troschuetz16-Aug-06 4:59 
GeneralRe: Readability of the code Pin
Vitaliy Tsvayer16-Aug-06 18:56
Vitaliy Tsvayer16-Aug-06 18:56 
GeneralRe: Readability of the code Pin
Stefan Troschuetz16-Aug-06 22:15
Stefan Troschuetz16-Aug-06 22: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.