Re: Windows Service Error
- From: "Steve C. Orr [MVP, MCSD]" <Steve@xxxxxxx>
- Date: Wed, 11 Jan 2006 13:20:21 -0800
Most likley the windows service does not have write permissions on that
computer.
I suggest you have it run under a user account that does have the necessary
permissions. For initial testing purposes, I suggest having it run under
your personal user account since you know you have the necessary
permissions.
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Stephen" <stephen_jn@xxxxxxxxxxx> wrote in message
news:OOUijvuFGHA.3936@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I have a windows service to do a "task" on my local box (move files) from
> C:\Test to D:\Test
> Now I want to change the "task" to move from C:\Test to my user space on
> the
> network
> I tried 2 things and it gave me 2 different errors
> 1. from C:\Test to \\(Network)\Stephen\Test
> it gave me an "ExceptionMessage:Access to the path
> "\\(Network)\Stephen\Test\temp.txt" is denied."
>
> 2. from \\(Network)\Stephen\Test to C:\Test
> it gave me an "ExceptionMessage: path "\\(Network)\Stephen\Test\" in
> invalid.
>
> Can someone please tell me whats wrong?
>
> Stephen
>
>
.
- Follow-Ups:
- Re: Windows Service Error
- From: Stephen
- Re: Windows Service Error
- References:
- Windows Service Error
- From: Stephen
- Windows Service Error
- Prev by Date: Re: Question with regards to VS.NET2005 IDE and ASP.NET 2.0
- Next by Date: Themes & Layout
- Previous by thread: Windows Service Error
- Next by thread: Re: Windows Service Error
- Index(es):
Relevant Pages
|