Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
October 2007
all groups > dotnet myservices > july 2005

Multiple instances of the same service
Posted by mikeh at 7/25/2005 3:43:02 PM
Is there a way to install multiple instances of the same service (copies running from different directories) using the InstallUtil? I want to do this without rebuilding the project with different names so I'm assuming that this may need setting the service name...possibly by reading it from th...more >>


ODBC Error in windows service
Posted by glose at 7/22/2005 8:53:47 AM
Hello All - I'm attempting to move an exe over to a windows service. I can bot seem to get ODBC to create a connection. The following code - string connectionString = "DSN=SW Users"; OdbcConnection newConnection = new OdbcConnection(connectionString); newConnection.Open(); throws the ...more >>

Error re-install windows service.
Posted by barkingaccount at 7/16/2005 5:00:22 PM
Hi, I used installUtil manually install and uninstall my windows service. Uninstall (installUtil /u Mywinservice.exe) was successful, however, I got an error "The specified service has been marked for deletion." when I tried to resinstall. Please help me. Hope. ...more >>



DevelopmentNow Blog