mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-13 17:23:11 -05:00
Change from SQL CE to SQL Express
This commit is contained in:
@@ -204,6 +204,7 @@ namespace WeatherService.Framework
|
||||
DisplayName = Configuration.DisplayName,
|
||||
Description = Configuration.Description,
|
||||
StartType = Configuration.StartMode,
|
||||
ServicesDependedOn = new[] { "MSSQL$WEATHER" }
|
||||
};
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user