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

C#

 
AnswerRe: [newbie] generating a new GUID Pin
Ennis Ray Lynch, Jr.20-Jan-09 9:56
Ennis Ray Lynch, Jr.20-Jan-09 9:56 
GeneralRe: [newbie] generating a new GUID Pin
jon-8020-Jan-09 10:05
professionaljon-8020-Jan-09 10:05 
GeneralRe: [newbie] generating a new GUID Pin
Guffa20-Jan-09 11:06
Guffa20-Jan-09 11:06 
GeneralRe: [newbie] generating a new GUID Pin
PIEBALDconsult21-Jan-09 5:51
mvePIEBALDconsult21-Jan-09 5:51 
QuestionIConfigurationSectionHandler Pin
Patrick Skelton20-Jan-09 5:22
Patrick Skelton20-Jan-09 5:22 
AnswerRe: IConfigurationSectionHandler Pin
J4amieC20-Jan-09 5:29
J4amieC20-Jan-09 5:29 
GeneralRe: IConfigurationSectionHandler Pin
Patrick Skelton20-Jan-09 5:59
Patrick Skelton20-Jan-09 5:59 
QuestionReading Data from XML String using XmlDocument [modified] Pin
jl60420-Jan-09 5:17
jl60420-Jan-09 5:17 
Good morning message board,

I am trying to read data from an xml string, and am getting a Object reference not set to an instance of an object. I am assuming this is because the following line of code is not finding a node in the xml string where profileURL is a string:

profileURL = xmlDoc.SelectSingleNode("fql_query_response/user/profile_url").Value;

The xml string i am trying to read is as follows:


<br />
fql_query_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" list="true"><br />
  	<user>    <br />
		<profile_url>http://www.facebook.com/profile.php?id=604175242</profile_url>  <br />
	</user><br />
/code><br />
<br />
Any help with this would be greatly appreciated as im not really clear why i am not registering a hit on a node. <br />
<br />
Thanks for the help, <br />
<br />
JL <br />
<br />
<div class="ForumMod">modified on Tuesday, January 20, 2009 1:16 PM</div>

QuestionLost cs Files in ASP.NET Website.... Now I need to make additions. Pin
ortaparmak20-Jan-09 4:56
ortaparmak20-Jan-09 4:56 
AnswerRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
ortaparmak20-Jan-09 5:00
ortaparmak20-Jan-09 5:00 
GeneralRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
moon_stick20-Jan-09 5:08
moon_stick20-Jan-09 5:08 
GeneralRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
ortaparmak20-Jan-09 5:21
ortaparmak20-Jan-09 5:21 
GeneralRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
moon_stick20-Jan-09 5:28
moon_stick20-Jan-09 5:28 
GeneralRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
ortaparmak20-Jan-09 5:42
ortaparmak20-Jan-09 5:42 
GeneralRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
ortaparmak21-Jan-09 10:29
ortaparmak21-Jan-09 10:29 
QuestionValidating a "Text" file Pin
dwolver20-Jan-09 4:14
dwolver20-Jan-09 4:14 
AnswerRe: Validating a "Text" file Pin
musefan20-Jan-09 4:23
musefan20-Jan-09 4:23 
GeneralRe: Validating a "Text" file Pin
EliottA20-Jan-09 4:24
EliottA20-Jan-09 4:24 
GeneralRe: Validating a "Text" file Pin
musefan20-Jan-09 4:36
musefan20-Jan-09 4:36 
AnswerRe: Validating a "Text" file Pin
EliottA20-Jan-09 4:23
EliottA20-Jan-09 4:23 
GeneralRe: Validating a "Text" file Pin
dwolver20-Jan-09 4:32
dwolver20-Jan-09 4:32 
GeneralRe: Validating a "Text" file Pin
EliottA20-Jan-09 4:35
EliottA20-Jan-09 4:35 
GeneralRe: Validating a "Text" file Pin
musefan20-Jan-09 4:39
musefan20-Jan-09 4:39 
GeneralRe: Validating a "Text" file Pin
Guffa20-Jan-09 6:11
Guffa20-Jan-09 6:11 
AnswerRe: Validating a "Text" file [modified] Pin
Luc Pattyn20-Jan-09 4:38
sitebuilderLuc Pattyn20-Jan-09 4:38 

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.