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

C#

 
AnswerRe: Retrieve name of property incl. class and namespace Pin
Richard Deeming12-Sep-17 2:05
mveRichard Deeming12-Sep-17 2:05 
GeneralRe: Retrieve name of property incl. class and namespace Pin
Bernhard Hiller12-Sep-17 20:37
Bernhard Hiller12-Sep-17 20:37 
QuestionWhat is Delegets ? Why it is today's need in c# Pin
H M Mori10-Sep-17 23:06
professionalH M Mori10-Sep-17 23:06 
AnswerRe: What is Delegets ? Why it is today's need in c# Pin
Bohdan Stupak10-Sep-17 23:10
professionalBohdan Stupak10-Sep-17 23:10 
AnswerRe: What is Delegets ? Why it is today's need in c# Pin
OriginalGriff10-Sep-17 23:11
mveOriginalGriff10-Sep-17 23:11 
Questionhow to deal with exception in php Pin
H M Mori10-Sep-17 17:36
professionalH M Mori10-Sep-17 17:36 
AnswerRe: how to deal with exception in php Pin
Richard MacCutchan10-Sep-17 19:26
mveRichard MacCutchan10-Sep-17 19:26 
AnswerRe: how to deal with exception in php PinPopular
OriginalGriff10-Sep-17 19:54
mveOriginalGriff10-Sep-17 19:54 
QuestionHow do I make any method flexible? Pin
salm abdullsamad10-Sep-17 13:18
salm abdullsamad10-Sep-17 13:18 
AnswerRe: How do I make any method flexible? Pin
Mycroft Holmes10-Sep-17 13:31
professionalMycroft Holmes10-Sep-17 13:31 
Questionis a c# totally based on OOPS concept? Pin
Hardevsinh Mori8-Sep-17 18:07
professionalHardevsinh Mori8-Sep-17 18:07 
AnswerRe: is a c# totally based on OOPS concept? Pin
Richard MacCutchan8-Sep-17 19:23
mveRichard MacCutchan8-Sep-17 19:23 
AnswerRe: is a c# totally based on OOPS concept? Pin
Dave Kreskowiak9-Sep-17 7:32
mveDave Kreskowiak9-Sep-17 7:32 
JokeRe: is a c# totally based on OOPS concept? Pin
Mycroft Holmes9-Sep-17 14:19
professionalMycroft Holmes9-Sep-17 14:19 
GeneralRe: is a c# totally based on OOPS concept? Pin
Dave Kreskowiak9-Sep-17 14:22
mveDave Kreskowiak9-Sep-17 14:22 
QuestionHow Can I Add Membership To My Program Pin
istemihan8-Sep-17 11:59
istemihan8-Sep-17 11:59 
AnswerRe: How Can I Add Membership To My Program Pin
Richard MacCutchan8-Sep-17 19:21
mveRichard MacCutchan8-Sep-17 19:21 
Answerjoin and sum in linqu Pin
Member 109061148-Sep-17 5:28
Member 109061148-Sep-17 5:28 
QuestionC# and XAML bindings - Need Help with events and dependent Drop Down Lists Pin
Member 133487177-Sep-17 4:45
Member 133487177-Sep-17 4:45 
AnswerRe: C# and XAML bindings - Need Help with events and dependent Drop Down Lists Pin
Mycroft Holmes7-Sep-17 13:20
professionalMycroft Holmes7-Sep-17 13:20 
Questionget more than one string in the checkedlistbox using an array C # Pin
Member 133640086-Sep-17 6:56
Member 133640086-Sep-17 6:56 
SuggestionRe: pegar mais de uma string no checkedlistbox usando um arrayList C# Pin
Richard Deeming6-Sep-17 7:07
mveRichard Deeming6-Sep-17 7:07 
QuestionError on xml.Response Pin
Bootzilla335-Sep-17 21:10
Bootzilla335-Sep-17 21:10 
AnswerRe: Error on xml.Response Pin
OriginalGriff5-Sep-17 21:19
mveOriginalGriff5-Sep-17 21:19 
AnswerRe: Error on xml.Response Pin
Pete O'Hanlon6-Sep-17 0:30
mvePete O'Hanlon6-Sep-17 0:30 
Griff has given you good advice. I will say that the reason you are seeing this error is probably because of a fundamental assumption you're making here - that you have /Response/Code as a single node. If you retrieve this into a separate variable, I bet you'll see that you don't actually have this as a response. BTW - quick hint, if you wrap the instantiation of shipment into a using statement, you'll automatically get a Dispose on it, so you won't need to worry about having to manually call Dispose yourself.
This space for rent

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.