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

C#

 
GeneralRe: Dynamic / Run-time casting Pin
Paul Evans3-Nov-03 3:34
Paul Evans3-Nov-03 3:34 
GeneralRe: Dynamic / Run-time casting Pin
in10se3-Nov-03 4:24
in10se3-Nov-03 4:24 
GeneralRe: Dynamic / Run-time casting Pin
CBoland3-Nov-03 9:00
CBoland3-Nov-03 9:00 
GeneralRe: Dynamic / Run-time casting Pin
in10se3-Nov-03 10:56
in10se3-Nov-03 10:56 
GeneralRe: Dynamic / Run-time casting Pin
Paul Evans9-Nov-03 12:02
Paul Evans9-Nov-03 12:02 
GeneralNewbie Socket Question Pin
Joel Holdsworth3-Nov-03 2:53
Joel Holdsworth3-Nov-03 2:53 
GeneralRe: Newbie Socket Question Pin
Eric Gunnerson (msft)3-Nov-03 10:04
Eric Gunnerson (msft)3-Nov-03 10:04 
GeneralXmlUrlResolver Pin
Member 6652453-Nov-03 2:42
Member 6652453-Nov-03 2:42 
The below is to resolve the url by username and password and read the xml source from the this url. However, I get error like this : "401 error Unauthorized ...". Can you see where is the problem?

XmlTextReader reader = new XmlTextReader
"http://testurl.com/01/02/myXML.xml");
NetworkCredential nc = new NetworkCredential
("username","password","testurl.com");
XmlUrlResolver resolver = new XmlUrlResolver();
resolver.Credentials = nc;
reader.XmlResolver= resolver;
GeneralRe: XmlUrlResolver Pin
Paul Evans3-Nov-03 3:36
Paul Evans3-Nov-03 3:36 
GeneralRe: XmlUrlResolver Pin
Member 6652453-Nov-03 3:49
Member 6652453-Nov-03 3:49 
Generalprocess index problem Pin
Anonymous3-Nov-03 1:45
Anonymous3-Nov-03 1:45 
GeneralRe: process index problem Pin
Paul Evans3-Nov-03 3:37
Paul Evans3-Nov-03 3:37 
GeneralThreading not working Pin
Member 6797283-Nov-03 1:26
Member 6797283-Nov-03 1:26 
GeneralRe: Threading not working Pin
Paul Evans3-Nov-03 3:39
Paul Evans3-Nov-03 3:39 
GeneralRe: Threading not working Pin
Paul Evans3-Nov-03 3:48
Paul Evans3-Nov-03 3:48 
GeneralRe: Threading not working Pin
Member 6797283-Nov-03 17:39
Member 6797283-Nov-03 17:39 
GeneralUser Controls in C# Pin
Den2Fly3-Nov-03 0:51
Den2Fly3-Nov-03 0:51 
GeneralRe: User Controls in C# Pin
Paul Evans3-Nov-03 3:43
Paul Evans3-Nov-03 3:43 
GeneralRe: User Controls in C# Pin
Den2Fly3-Nov-03 4:06
Den2Fly3-Nov-03 4:06 
GeneralTextBox Pin
Jose Vicente3-Nov-03 0:46
Jose Vicente3-Nov-03 0:46 
GeneralRe: TextBox Pin
Rahul Walavalkar3-Nov-03 1:56
Rahul Walavalkar3-Nov-03 1:56 
GeneralRe: TextBox Pin
Alvaro Mendez3-Nov-03 8:42
Alvaro Mendez3-Nov-03 8:42 
GeneralWeakHashMap equivalent Pin
peter27132-Nov-03 21:43
peter27132-Nov-03 21:43 
Questionhow to login by C# Pin
martiwy2-Nov-03 17:35
martiwy2-Nov-03 17:35 
AnswerRe: how to login by C# Pin
leppie2-Nov-03 20:30
leppie2-Nov-03 20:30 

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.