Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
GeneralRe: largest size of a byte array Pin
PIEBALDconsult22-Mar-08 6:09
mvePIEBALDconsult22-Mar-08 6:09 
GeneralRe: largest size of a byte array Pin
Derek Bartram22-Mar-08 6:35
Derek Bartram22-Mar-08 6:35 
GeneralRe: largest size of a byte array Pin
Jimmy Zhang24-Mar-08 5:29
Jimmy Zhang24-Mar-08 5:29 
QuestionSystem.IO functions not working in Windows Service Pin
MNFlyer21-Mar-08 9:46
MNFlyer21-Mar-08 9:46 
GeneralRe: System.IO functions not working in Windows Service Pin
Robert Rohde21-Mar-08 11:58
Robert Rohde21-Mar-08 11:58 
GeneralRe: System.IO functions not working in Windows Service Pin
MNFlyer21-Mar-08 15:24
MNFlyer21-Mar-08 15:24 
GeneralRe: System.IO functions not working in Windows Service Pin
PIEBALDconsult21-Mar-08 17:48
mvePIEBALDconsult21-Mar-08 17:48 
GeneralRe: System.IO functions not working in Windows Service Pin
#realJSOP22-Mar-08 2:18
professional#realJSOP22-Mar-08 2:18 
If you're going to access a file system on another computer, your service has to be installed with a user account that exists on the remote system. The default user for a service is "Local System" or something like that. So, you need to have (or create a new) user account with appropriate permissions on the remote system, and then install your service with those account credentials on your local box.

Put a try/catch block around your System.IO calls, and you'll see exactly why they're failing.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


GeneralClient side soap request issue. Pin
woodrvr21-Mar-08 7:16
woodrvr21-Mar-08 7:16 
GeneralRe: Client side soap request issue. Pin
led mike21-Mar-08 9:33
led mike21-Mar-08 9:33 
GeneralRe: Client side soap request issue. Pin
woodrvr21-Mar-08 9:59
woodrvr21-Mar-08 9:59 
Question[Message Deleted] Pin
Roman Olney21-Mar-08 6:13
Roman Olney21-Mar-08 6:13 
GeneralRe: c# Online Quotation System Pin
pmarfleet21-Mar-08 6:22
pmarfleet21-Mar-08 6:22 
GeneralRe: c# Online Quotation System Pin
Roman Olney21-Mar-08 7:09
Roman Olney21-Mar-08 7:09 
GeneralRe: c# Online Quotation System Pin
Dave Sexton21-Mar-08 7:52
Dave Sexton21-Mar-08 7:52 
GeneralRe: c# Online Quotation System Pin
pmarfleet21-Mar-08 8:23
pmarfleet21-Mar-08 8:23 
GeneralRe: c# Online Quotation System Pin
Paul Conrad21-Mar-08 8:07
professionalPaul Conrad21-Mar-08 8:07 
General[Message Deleted] Pin
Roman Olney21-Mar-08 8:31
Roman Olney21-Mar-08 8:31 
GeneralRe: c# Online Quotation System Pin
Paul Conrad21-Mar-08 9:14
professionalPaul Conrad21-Mar-08 9:14 
GeneralRe: c# Online Quotation System Pin
led mike21-Mar-08 9:31
led mike21-Mar-08 9:31 
GeneralTrying to parse legacy data with RegEx [modified] Pin
Steve Messer21-Mar-08 5:49
Steve Messer21-Mar-08 5:49 
GeneralRe: Trying to parse legacy data with RegEx Pin
#realJSOP21-Mar-08 6:04
professional#realJSOP21-Mar-08 6:04 
GeneralRe: Trying to parse legacy data with RegEx Pin
Steve Messer21-Mar-08 6:17
Steve Messer21-Mar-08 6:17 
GeneralRe: Trying to parse legacy data with RegEx Pin
PIEBALDconsult21-Mar-08 6:23
mvePIEBALDconsult21-Mar-08 6:23 
GeneralRe: Trying to parse legacy data with RegEx Pin
Steve Messer21-Mar-08 6:35
Steve Messer21-Mar-08 6: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.