Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# projects - textbook Pin
V.20-Jan-11 0:22
professionalV.20-Jan-11 0:22 
JokeRe: C# projects - textbook Pin
fjdiewornncalwe20-Jan-11 3:41
professionalfjdiewornncalwe20-Jan-11 3:41 
AnswerRe: C# projects - textbook Pin
Richard MacCutchan19-Jan-11 21:49
mveRichard MacCutchan19-Jan-11 21:49 
AnswerRe: C# projects - textbook Pin
RaviRanjanKr26-Jan-11 2:46
professionalRaviRanjanKr26-Jan-11 2:46 
QuestionRead a XML in web service Pin
abbd19-Jan-11 6:33
abbd19-Jan-11 6:33 
AnswerRe: Read a XML in web service Pin
Henry Minute19-Jan-11 7:54
Henry Minute19-Jan-11 7:54 
GeneralRe: Read a XML in web service Pin
OriginalGriff19-Jan-11 8:28
mveOriginalGriff19-Jan-11 8:28 
AnswerRe: Read a XML in web service Pin
Dan Mos19-Jan-11 8:26
Dan Mos19-Jan-11 8:26 
First of all Thumbs Up | :thumbsup: for Henry's sugestion.

Second of all is pretty clear(actually not) what happend.

In the Main method you call GetFirstName() but you pass a xml document instead of a XMLNode.
It can't convert from xmlDoc to xmlElem/Node.

Also inside Main there is no XmlDocumentObject declaration/creation just xml in the line:
XmlDocument xml = GetXmlDocument();

All the best,

Dan

QuestionRe: Read a XML in web service Pin
abbd19-Jan-11 21:23
abbd19-Jan-11 21:23 
Questionp/invoke _stat Pin
DanielWehrle19-Jan-11 5:16
DanielWehrle19-Jan-11 5:16 
AnswerRe: p/invoke _stat Pin
Richard MacCutchan19-Jan-11 5:53
mveRichard MacCutchan19-Jan-11 5:53 
GeneralRe: p/invoke _stat Pin
DanielWehrle19-Jan-11 20:37
DanielWehrle19-Jan-11 20:37 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan19-Jan-11 21:32
mveRichard MacCutchan19-Jan-11 21:32 
GeneralRe: p/invoke _stat Pin
DanielWehrle19-Jan-11 21:44
DanielWehrle19-Jan-11 21:44 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 0:05
DanielWehrle20-Jan-11 0:05 
GeneralRe: p/invoke _stat Pin
Tony Richards20-Jan-11 0:42
Tony Richards20-Jan-11 0:42 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 1:35
DanielWehrle20-Jan-11 1:35 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 1:27
mveRichard MacCutchan20-Jan-11 1:27 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 1:47
DanielWehrle20-Jan-11 1:47 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 3:50
mveRichard MacCutchan20-Jan-11 3:50 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 7:14
mveRichard MacCutchan20-Jan-11 7:14 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 20:29
DanielWehrle20-Jan-11 20:29 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 21:31
mveRichard MacCutchan20-Jan-11 21:31 
QuestionProgramming Scanner Hardware Pin
RobScripta19-Jan-11 4:43
professionalRobScripta19-Jan-11 4:43 
AnswerRe: Programming Scanner Hardware Pin
Richard MacCutchan19-Jan-11 5:15
mveRichard MacCutchan19-Jan-11 5: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.