Click here to Skip to main content
15,909,205 members
Home / Discussions / C#
   

C#

 
GeneralRe: SerialPort open, but receive no response Pin
glennPattonWork323-Aug-12 1:33
professionalglennPattonWork323-Aug-12 1:33 
GeneralRe: SerialPort open, but receive no response Pin
LionAM23-Aug-12 22:59
LionAM23-Aug-12 22:59 
GeneralRe: SerialPort open, but receive no response Pin
glennPattonWork323-Aug-12 23:28
professionalglennPattonWork323-Aug-12 23:28 
Questionc# Pin
shailendra1315@gmail.com22-Aug-12 19:34
shailendra1315@gmail.com22-Aug-12 19:34 
AnswerRe: c# Pin
Roger Wright22-Aug-12 19:48
professionalRoger Wright22-Aug-12 19:48 
AnswerRe: c# Pin
Abhinav S22-Aug-12 20:21
Abhinav S22-Aug-12 20:21 
GeneralRe: c# Pin
OriginalGriff22-Aug-12 20:25
mveOriginalGriff22-Aug-12 20:25 
GeneralRe: c# Pin
Abhinav S22-Aug-12 20:28
Abhinav S22-Aug-12 20:28 
AnswerOT Pin
Keith Barrow23-Aug-12 3:04
professionalKeith Barrow23-Aug-12 3:04 
QuestionHow do you offload a Dictionary? Pin
Xarzu22-Aug-12 14:36
Xarzu22-Aug-12 14:36 
AnswerRe: How do you offload a Dictionary? Pin
Wes Aday22-Aug-12 14:46
professionalWes Aday22-Aug-12 14:46 
AnswerRe: How do you offload a Dictionary? Pin
Niladri_Biswas22-Aug-12 17:36
Niladri_Biswas22-Aug-12 17:36 
AnswerRe: How do you offload a Dictionary? Pin
OriginalGriff22-Aug-12 20:24
mveOriginalGriff22-Aug-12 20:24 
AnswerRe: How do you offload a Dictionary? Pin
Abhinav S22-Aug-12 20:29
Abhinav S22-Aug-12 20:29 
QuestionTaskFactory AutoResetEvent DeadLock on Window Service Pin
d87c22-Aug-12 14:14
d87c22-Aug-12 14:14 
Questionnecesito un ejemplo que convierta documentos a imagen utilizando c# Pin
david_33322-Aug-12 8:54
david_33322-Aug-12 8:54 
AnswerRe: necesito un ejemplo que convierta documentos a imagen utilizando c# Pin
Eddy Vluggen22-Aug-12 9:05
professionalEddy Vluggen22-Aug-12 9:05 
GeneralRe: necesito un ejemplo que convierta documentos a imagen utilizando c# Pin
OriginalGriff22-Aug-12 20:27
mveOriginalGriff22-Aug-12 20:27 
GeneralRe: necesito un ejemplo que convierta documentos a imagen utilizando c# Pin
Richard MacCutchan22-Aug-12 21:17
mveRichard MacCutchan22-Aug-12 21:17 
GeneralRe: necesito un ejemplo que convierta documentos a imagen utilizando c# Pin
OriginalGriff22-Aug-12 21:19
mveOriginalGriff22-Aug-12 21:19 
QuestionHow to write to Structured file? Pin
Ubun2OS22-Aug-12 7:39
Ubun2OS22-Aug-12 7:39 
AnswerRe: How to write to Structured file? Pin
Eddy Vluggen22-Aug-12 8:53
professionalEddy Vluggen22-Aug-12 8:53 
QuestionC# 2010 working with xml Pin
sc steinhayse22-Aug-12 3:57
sc steinhayse22-Aug-12 3:57 
I have been consuming (looking at) the results I see from a web service that I am going to obtain to call. As part of the process, I started a shell C# 2010 app that will look at the information obtained from the web service. I have been able to obtain the PDF documents by specifying where those files should be located in an app.config file.

However my problem is obtaining the results of an xml and an xsd file. The xml/xsd information is not saved to any file. This information is displayed in a dos prompt window when I run a command script. I have been able to save the output to a text file by doing a redirection statement to write the information to a text file.

However I would like to know how I can capture the xsd/xml file so that I can parse through the information to extract the specific information I am looking for.

Thus, can you tell me and/or point me to a reference that will tell me how to accomplish this task?
AnswerRe: C# 2010 working with xml Pin
BobJanova22-Aug-12 4:32
BobJanova22-Aug-12 4:32 
GeneralRe: C# 2010 working with xml Pin
sc steinhayse22-Aug-12 5:57
sc steinhayse22-Aug-12 5:57 

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.