Click here to Skip to main content
15,881,559 members
Home / Discussions / C#
   

C#

 
AnswerRe: Integration of .NET with retail billing machine Pin
Mycroft Holmes21-Feb-12 21:39
professionalMycroft Holmes21-Feb-12 21:39 
GeneralRe: Integration of .NET with retail billing machine Pin
tahernd22-Feb-12 0:26
tahernd22-Feb-12 0:26 
QuestionAny difference between Console App and Windows Service for HttpWebRequest..? [Solved] Pin
Paladin200021-Feb-12 6:38
Paladin200021-Feb-12 6:38 
AnswerRe: Any difference between Console App and Windows Service for HttpWebRequest..? Pin
jschell21-Feb-12 9:41
jschell21-Feb-12 9:41 
GeneralRe: Any difference between Console App and Windows Service for HttpWebRequest..? Pin
Paladin200021-Feb-12 10:10
Paladin200021-Feb-12 10:10 
AnswerRe: Any difference between Console App and Windows Service for HttpWebRequest..? Pin
Dave Kreskowiak21-Feb-12 15:08
mveDave Kreskowiak21-Feb-12 15:08 
GeneralRe: Any difference between Console App and Windows Service for HttpWebRequest..? Pin
Paladin200022-Feb-12 3:34
Paladin200022-Feb-12 3:34 
AnswerRe: Any difference between Console App and Windows Service for HttpWebRequest..? [Eureka!] Pin
Paladin200022-Feb-12 10:40
Paladin200022-Feb-12 10:40 
I have solved the mystery...

The problem was not in the code above, but in what was done with the response stream, which is in XML. Unfortunately, that XML contains a DTD that was causing the problem, when the XmlDocument class tried to retrieve it and failed (because it's not using the proxy credentials properly).

And, of course, the "difference" was that in my console app I was just spitting the XML onto the screen, not loading an XmlDocument class.

Thanks for the help for those who looked, though... Thumbs Up | :thumbsup:
GeneralRe: Any difference between Console App and Windows Service for HttpWebRequest..? [Eureka!] Pin
jschell22-Feb-12 11:35
jschell22-Feb-12 11:35 
QuestionVisual Studio - Could not load file or assembly 'Microsoft MSXML' Pin
Michael Breeden21-Feb-12 6:27
Michael Breeden21-Feb-12 6:27 
AnswerRe: Visual Studio - Could not load file or assembly 'Microsoft MSXML' Pin
Eddy Vluggen21-Feb-12 10:15
professionalEddy Vluggen21-Feb-12 10:15 
GeneralNo help there Pin
Michael Breeden21-Feb-12 10:40
Michael Breeden21-Feb-12 10:40 
GeneralRe: No help there Pin
Eddy Vluggen21-Feb-12 10:59
professionalEddy Vluggen21-Feb-12 10:59 
AnswerWell, I solved it. Just install VS 2010 Express Pin
Michael Breeden21-Feb-12 15:42
Michael Breeden21-Feb-12 15:42 
QuestionClearing ZedGraph curves Pin
DerecL21-Feb-12 6:23
DerecL21-Feb-12 6:23 
AnswerRe: Clearing ZedGraph curves Pin
Eddy Vluggen21-Feb-12 10:18
professionalEddy Vluggen21-Feb-12 10:18 
Questionhot to get processor ID in C# Pin
venkateshsingaluri21-Feb-12 4:53
venkateshsingaluri21-Feb-12 4:53 
AnswerRe: hot to get processor ID in C# Pin
ProEnggSoft21-Feb-12 5:08
ProEnggSoft21-Feb-12 5:08 
AnswerRe: hot to get processor ID in C# Pin
Dave Kreskowiak21-Feb-12 5:43
mveDave Kreskowiak21-Feb-12 5:43 
AnswerRe: hot to get processor ID in C# Pin
Smart Arab21-Feb-12 6:50
Smart Arab21-Feb-12 6:50 
Jokejkjkjjkj Pin
sunil6021-Feb-12 2:48
sunil6021-Feb-12 2:48 
GeneralRe: jkjkjjkj Pin
loyal ginger21-Feb-12 2:52
loyal ginger21-Feb-12 2:52 
QuestionAutomatic fluid (in theory) resize of Windows Forms App Pin
brendanpi20-Feb-12 18:35
brendanpi20-Feb-12 18:35 
AnswerRe: Automatic fluid (in theory) resize of Windows Forms App Pin
OriginalGriff20-Feb-12 21:01
mveOriginalGriff20-Feb-12 21:01 
GeneralRe: Automatic fluid (in theory) resize of Windows Forms App Pin
brendanpi21-Feb-12 11:40
brendanpi21-Feb-12 11:40 

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.