Click here to Skip to main content
15,888,401 members
Home / Discussions / C#
   

C#

 
QuestionIntegration of .NET with retail billing machine Pin
tahernd21-Feb-12 19:14
tahernd21-Feb-12 19:14 
AnswerRe: Integration of .NET with retail billing machine Pin
Richard MacCutchan21-Feb-12 21:24
mveRichard MacCutchan21-Feb-12 21:24 
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 
The window service is running, by default, under the Local System account, which probably does not have access to your proxy server. The 407 error is Authentication Required, which is why your code works when running from a Console app, which is run by you and runs AS you and it doesn't work as a service.

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 
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 

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.