Click here to Skip to main content
15,905,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: forms Pin
xilefxilef25-Aug-05 8:45
xilefxilef25-Aug-05 8:45 
AnswerRe: forms Pin
jdkulkarni25-Aug-05 19:59
jdkulkarni25-Aug-05 19:59 
QuestionSkype GUI? Pin
wakkerjack25-Aug-05 6:12
wakkerjack25-Aug-05 6:12 
QuestionAdding DataColumns Pin
chandru_inbox25-Aug-05 5:43
chandru_inbox25-Aug-05 5:43 
Questionquerying Active Directory for Exchange Servers Pin
David Junius Bennion25-Aug-05 5:39
David Junius Bennion25-Aug-05 5:39 
Questionproblem in listview with checkbox Pin
fady_sayegh25-Aug-05 5:19
fady_sayegh25-Aug-05 5:19 
QuestionJIT Debugging Pin
LiamD25-Aug-05 4:32
LiamD25-Aug-05 4:32 
QuestionGDI+: how to avoid blur when stretching image Pin
bouli25-Aug-05 4:07
bouli25-Aug-05 4:07 
AnswerRe: GDI+: how to avoid blur when stretching image Pin
Andrew Kirillov25-Aug-05 6:55
Andrew Kirillov25-Aug-05 6:55 
GeneralRe: GDI+: how to avoid blur when stretching image Pin
bouli25-Aug-05 6:56
bouli25-Aug-05 6:56 
QuestionGetting WinForm to "see" Generic Class Pin
...---...25-Aug-05 4:03
...---...25-Aug-05 4:03 
AnswerRe: Getting WinForm to "see" Generic Class Pin
Dave Kreskowiak25-Aug-05 6:52
mveDave Kreskowiak25-Aug-05 6:52 
AnswerRe: Getting WinForm to "see" Generic Class Pin
...---...25-Aug-05 8:01
...---...25-Aug-05 8:01 
GeneralRe: Getting WinForm to "see" Generic Class Pin
Dave Kreskowiak25-Aug-05 10:27
mveDave Kreskowiak25-Aug-05 10:27 
QuestionSockets in C#, how? Pin
User 665825-Aug-05 3:54
User 665825-Aug-05 3:54 
AnswerRe: Sockets in C#, how? Pin
Judah Gabriel Himango25-Aug-05 6:56
sponsorJudah Gabriel Himango25-Aug-05 6:56 
GeneralRe: Sockets in C#, how? Pin
User 665825-Aug-05 8:09
User 665825-Aug-05 8:09 
QuestionColumn Changed Event Pin
zaboboa25-Aug-05 2:53
zaboboa25-Aug-05 2:53 
QuestionMap a drive to a Netware server from a Windows service Pin
robertod200425-Aug-05 2:43
robertod200425-Aug-05 2:43 
AnswerRe: Map a drive to a Netware server from a Windows service Pin
Dave Kreskowiak25-Aug-05 4:35
mveDave Kreskowiak25-Aug-05 4:35 
GeneralRe: Map a drive to a Netware server from a Windows service Pin
robertod200429-Aug-05 5:08
robertod200429-Aug-05 5:08 
GeneralRe: Map a drive to a Netware server from a Windows service Pin
Dave Kreskowiak29-Aug-05 9:53
mveDave Kreskowiak29-Aug-05 9:53 
robertod2004 wrote:
It works just fine from a standard test Windows app that I wrote, but from within the Windows service the same piece of code can't find the same directory. Weird!

It's not weird. It's just that you're making some assumptions that's getting you in this trouble. What account do you think Windows Service run under, by default? It's not your account, it's the Local System account, which has no rights to any network resources what-so-ever, and you can give it the rights either.

Go into the Services control panel, under Administrative Tools. Double-Click your service to get it's properties. Click on the Log On tab and you'll be able to change the account that run service runs under to one that has appropriate rights to the server.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Map a drive to a Netware server from a Windows service Pin
robertod200430-Aug-05 0:58
robertod200430-Aug-05 0:58 
Questionstart winforms application without displaying it until receive signal? Pin
misterbear25-Aug-05 2:37
misterbear25-Aug-05 2:37 
AnswerRe: start winforms application without displaying it until receive signal? Pin
Dave Kreskowiak25-Aug-05 6:41
mveDave Kreskowiak25-Aug-05 6:41 

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.