Re: [ADVANCED-DOTNET] Installing a Windows Service

2005-02-04 Thread David Crowell
Isn't the LocalService account an XP/2003 thing only? Are you trying to install on 2000? If so use LocalSystem. Dave Eric Means wrote: LocalService works fine for me; I would check and make sure that the Local Service account hasn't been deleted/disabled. I'm not sure how the LocalService passwo

Re: [ADVANCED-DOTNET] Installing a Windows Service

2005-02-04 Thread Clark, Michael (OFM)
Yes, it is W2k, should have said so. And yes, it worked for LocalSystem! Thanks! -Original Message- From: David Crowell [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 11:51 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Installing a Windows Service

Re: [ADVANCED-DOTNET] Installing a Windows Service

2005-02-04 Thread Alex Smotritsky
Try LocalSystem -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Clark, Michael (OFM) Sent: Friday, February 04, 2005 1:21 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Installing a Windows Service I&#

Re: [ADVANCED-DOTNET] Installing a Windows Service

2005-02-04 Thread Eric Means
21 PM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: [ADVANCED-DOTNET] Installing a Windows Service > > I'm experimenting with creating a Windows Service using VS.NET, and all > seems to go well until I attempt to install the service. I was following > the directions

[ADVANCED-DOTNET] Installing a Windows Service

2005-02-04 Thread Clark, Michael (OFM)
I'm experimenting with creating a Windows Service using VS.NET, and all seems to go well until I attempt to install the service. I was following the directions on creating a Windows service application found on MSDN at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/