1
Answer

how to display xml key using double quotes in C# Program

Reetu

Reetu

19y
3.6k
1
Hi,
I have a program where I displayed the xml key and values . I need to display the key and values in double quotes.

I am able to display them in single quotes in the following code segment, but unable to use double quotes. Anyone who has a better idea, pls help.

Here is the code segment, so if I put {'0'}, it appears , but then it woudnt work with {"0"}.

Console.WriteLine("<add Key= {0} Value={1}/>",xn.Attributes.GetNamedItem("key").Value,xn.Attributes.GetNamedItem("value").Value);

Answers (1)
0
Jakki

Jakki

NA 5 0 15y
I managed to resolve the issue by deleting a phantom user (It was a people icon with a ? mark.  I've never actually seen it before) in the Remote Desktop Users screen and then rebooting the server.  I suspect this may have been causing a problem with the remote connection; although the error message definitely wasn't pointing that way.  Thanks for your help and suggestions.  You pointed me in the direction of looking at the permissions.
0
Jay

Jay

NA 48 0 15y
I would still check the permissions on the folders/files you are trying to access through your code.  Check the permissions on a server that is working verses the one that isn't.  Even if you are using Administrator, the permissions could still be off, I know just from experience.  Good Luck
0
Jakki

Jakki

NA 5 0 15y
I had thought that might be the issue, too, but the id I'm using to get in is an Administrator.
0
Jay

Jay

NA 48 0 15y
The only thing I can think of is that there might be some permissions error on that one server.