Bug #854
open๐จ URGENT: Service Setup Installation Failing After Recent Changes โ Immediate Attention Required
Added by RishiKesh Tuniki about 2 months ago. Updated about 1 month ago.
100%
Description
After the latest changes, the service setup installation is failing.
I am encountering this issue consistently when attempting to install the updated service package. The installation does not complete successfully, blocking further deployment and testing activities.
This issue is critical.
Please check this




Files
| clipboard-202603021701-s0s4u.png (191 KB) clipboard-202603021701-s0s4u.png | RishiKesh Tuniki, 03/02/2026 06:32 AM | ||
| clipboard-202603021702-kvtgc.png (173 KB) clipboard-202603021702-kvtgc.png | RishiKesh Tuniki, 03/02/2026 06:32 AM | ||
| clipboard-202603021702-fcygm.png (167 KB) clipboard-202603021702-fcygm.png | RishiKesh Tuniki, 03/02/2026 06:32 AM | ||
| clipboard-202603021702-4njwu.png (111 KB) clipboard-202603021702-4njwu.png | RishiKesh Tuniki, 03/02/2026 06:32 AM | ||
| clipboard-202603021724-k32wc.png (4.82 KB) clipboard-202603021724-k32wc.png | RishiKesh Tuniki, 03/02/2026 06:54 AM |
Updated by RishiKesh Tuniki about 2 months ago
i changed these in batch files

this is the batch log
==== Cleaning dist folder ====
==== Publishing DentpalApiService ====
C:\Program Files\dotnet\sdk\10.0.102\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.Shared.targets(111,5): warning NETSDK1080: A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
Restore complete (0.4s)
DentpalApiService net8.0 win-x64 succeeded with 1 warning(s) (1.9s) โ dist\payload\Service
C:\Program Files\dotnet\sdk\10.0.102\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.Shared.targets(111,5): warning NETSDK1080: A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
Build succeeded with 2 warning(s) in 3.2s
==== Copying DentpalApiService into Installer output ====
E:\Synch-Service-Final\dist\payload\Service\appsettings.json
E:\Synch-Service-Final\dist\payload\Service\aspnetcorev2_inprocess.dll
E:\Synch-Service-Final\dist\payload\Service\config.json
E:\Synch-Service-Final\dist\payload\Service\DentpalApiService.exe
E:\Synch-Service-Final\dist\payload\Service\DentpalApiService.pdb
E:\Synch-Service-Final\dist\payload\Service\DentpalApiService.staticwebassets.endpoints.json
E:\Synch-Service-Final\dist\payload\Service\Microsoft.Data.SqlClient.SNI.dll
E:\Synch-Service-Final\dist\payload\Service\web.config
8 File(s) copied
==== Publishing DentpalServiceInstaller ====
Restore complete (1.0s)
DentpalServiceInstaller net9.0-windows win-x64 succeeded with 28 warning(s) (1.7s) โ dist\payload\Installer
E:\Synch-Service-Final\DentpalServiceInstaller\Home.Designer.cs(3,19): warning CS8981: The type name 'home' only contains lower-cased ascii characters. Such names may become reserved for the language.
E:\Synch-Service-Final\DentpalServiceInstaller\AutoSyncConfig.cs(27,23): warning CS8618: Non-nullable property 'TimeOfDay' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'chkEnableAutoSync' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'grpAuthorize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'lblDeveloperKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'txtDeveloperKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'lblCustomerKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'txtCustomerKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'lblSystemName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'txtSystemName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'tabControl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'apiGrid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'dataSourceGrid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'btnSave' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'btnCancel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field '_config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field '_apiBinding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field '_dataSourceBinding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(35,16): warning CS8618: Non-nullable field 'lblFrequencyHelp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\AutoSyncConfig.cs(55,23): warning CS8618: Non-nullable property 'TimeOfDay' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalServiceInstaller\ConfigForm.cs(149,30): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void ConfigForm.BtnSave_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
E:\Synch-Service-Final\DentpalServiceInstaller\Home.cs(181,36): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void MainForm.InstallButton_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
E:\Synch-Service-Final\DentpalServiceInstaller\Home.cs(190,35): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void MainForm.ConfigButton_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
E:\Synch-Service-Final\DentpalServiceInstaller\Home.cs(200,34): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void MainForm.StartButton_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
E:\Synch-Service-Final\DentpalServiceInstaller\Home.cs(209,33): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void MainForm.StopButton_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
E:\Synch-Service-Final\DentpalServiceInstaller\Home.cs(218,38): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void MainForm.UninstallButton_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
E:\Synch-Service-Final\DentpalServiceInstaller\Home.cs(291,33): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void MainForm.StatusTimer_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
E:\Synch-Service-Final\DentpalServiceInstaller\Home.Designer.cs(8,50): warning CS0414: The field 'home.components' is assigned but its value is never used
Build succeeded with 28 warning(s) in 3.4s
1 file(s) copied.
==== Building Setup Project (.vdproj) ====
Microsoft Visual Studio 2022 Version 17.14.25 (January 2026).
Copyright (C) Microsoft Corp. All rights reserved.
Build started at 17:24...
------ Starting pre-build validation for project 'DentpalAPIServiceSetup' ------
WARNING: Unable to find dependency 'SYSTEM.THREADING' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Primitives.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Primitives.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME.INTEROPSERVICES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Primitives.dll'
WARNING: Unable to find dependency 'SYSTEM.COLLECTIONS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Primitives.dll'
WARNING: Unable to find dependency 'SYSTEM.MEMORY' (Signature='CC7B13FFCD2DDD51' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Primitives.dll'
WARNING: Unable to find dependency 'SYSTEM.COMPONENTMODEL.PRIMITIVES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.DRAWING.COMMON' (Signature='CC7B13FFCD2DDD51' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.LINQ' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.SECURITY.PRINCIPAL.WINDOWS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.LINQ.EXPRESSIONS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.DRAWING.PRIMITIVES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.DIAGNOSTICS.PROCESS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.COLLECTIONS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.TEXT.JSON' (Signature='CC7B13FFCD2DDD51' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.SECURITY.ACCESSCONTROL' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.COMPONENTMODEL' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.IO.FILESYSTEM.ACCESSCONTROL' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.COMPONENTMODEL.TYPECONVERTER' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'DentpalServiceInstaller.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME.INTEROPSERVICES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Abstractions.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Abstractions.dll'
WARNING: Unable to find dependency 'SYSTEM.LINQ' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Abstractions.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Physical.dll'
WARNING: Unable to find dependency 'SYSTEM.SECURITY.CRYPTOGRAPHY' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Physical.dll'
WARNING: Unable to find dependency 'SYSTEM.LINQ' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Physical.dll'
WARNING: Unable to find dependency 'SYSTEM.THREADING' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Physical.dll'
WARNING: Unable to find dependency 'SYSTEM.MEMORY' (Signature='CC7B13FFCD2DDD51' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Physical.dll'
WARNING: Unable to find dependency 'SYSTEM.IO.FILESYSTEM.WATCHER' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Physical.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME.INTEROPSERVICES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Physical.dll'
WARNING: Unable to find dependency 'SYSTEM.COMPONENTMODEL.PRIMITIVES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Physical.dll'
WARNING: Unable to find dependency 'SYSTEM.COLLECTIONS.CONCURRENT' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileProviders.Physical.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileSystemGlobbing.dll'
WARNING: Unable to find dependency 'SYSTEM.COLLECTIONS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileSystemGlobbing.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME.INTEROPSERVICES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileSystemGlobbing.dll'
WARNING: Unable to find dependency 'SYSTEM.LINQ' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.FileSystemGlobbing.dll'
WARNING: Unable to find dependency 'SYSTEM.DIAGNOSTICS.EVENTLOG' (Signature='CC7B13FFCD2DDD51' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.COMPONENTMODEL.PRIMITIVES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME.INTEROPSERVICES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.Abstractions.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME.INTEROPSERVICES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.Abstractions.dll'
WARNING: Unable to find dependency 'SYSTEM.COLLECTIONS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.Abstractions.dll'
WARNING: Unable to find dependency 'SYSTEM.LINQ' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.Abstractions.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.dll'
WARNING: Unable to find dependency 'SYSTEM.LINQ' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.dll'
WARNING: Unable to find dependency 'SYSTEM.THREADING' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.dll'
WARNING: Unable to find dependency 'SYSTEM.MEMORY' (Signature='CC7B13FFCD2DDD51' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.dll'
WARNING: Unable to find dependency 'SYSTEM.COLLECTIONS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME.INTEROPSERVICES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.dll'
WARNING: Unable to find dependency 'SYSTEM.DIAGNOSTICS.EVENTLOG' (Signature='CC7B13FFCD2DDD51' Version='4.0.2.0') of assembly 'System.Configuration.Install.dll'
WARNING: Unable to find dependency 'SYSTEM.DIAGNOSTICS.PERFORMANCECOUNTER' (Signature='CC7B13FFCD2DDD51' Version='4.0.2.0') of assembly 'System.Configuration.Install.dll'
WARNING: Unable to find dependency 'SYSTEM.COLLECTIONS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.MEMORY' (Signature='CC7B13FFCD2DDD51' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.DIAGNOSTICS.EVENTLOG' (Signature='CC7B13FFCD2DDD51' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.THREADING' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.THREADING.THREAD' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'MICROSOFT.WIN32.PRIMITIVES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME.INTEROPSERVICES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.COMPONENTMODEL.PRIMITIVES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.THREADING.THREADPOOL' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.CONSOLE' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'System.ServiceProcess.ServiceController.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.FileExtensions.dll'
WARNING: Unable to find dependency 'SYSTEM.COLLECTIONS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.FileExtensions.dll'
WARNING: Unable to find dependency 'SYSTEM.THREADING.THREAD' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.FileExtensions.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME.INTEROPSERVICES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.FileExtensions.dll'
WARNING: Unable to find dependency 'SYSTEM.TEXT.JSON' (Signature='CC7B13FFCD2DDD51' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.Json.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.Json.dll'
WARNING: Unable to find dependency 'SYSTEM.RUNTIME.INTEROPSERVICES' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.Json.dll'
WARNING: Unable to find dependency 'SYSTEM.COLLECTIONS' (Signature='B03F5F7F11D50A3A' Version='9.0.0.0') of assembly 'Microsoft.Extensions.Configuration.Json.dll'
------ Pre-build validation for project 'DentpalAPIServiceSetup' completed ------
------ Build started: Project: DentpalAPIServiceSetup, Configuration: Release ------
Building file 'E:\Synch-Service-Final\DentpalAPIServiceSetup\Release\DentpalAPIServiceSetup.msi'...
WARNING: 'netstandard.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\netstandard\v4.0_2.0.0.0__cc7b13ffcd2ddd51\netstandard.dll' is under Windows System File Protection.
WARNING: 'System.Diagnostics.StackTrace.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Diagnostics.StackTrace\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Diagnostics.StackTrace.dll' is under Windows System File Protection.
WARNING: 'System.Security.Cryptography.Algorithms.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Security.Cryptography.Algorithms\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.Cryptography.Algorithms.dll' is under Windows System File Protection.
WARNING: 'System.Globalization.Extensions.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Globalization.Extensions\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Globalization.Extensions.dll' is under Windows System File Protection.
WARNING: 'System.IO.Compression.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.IO.Compression\v4.0_4.0.0.0__b77a5c561934e089\System.IO.Compression.dll' is under Windows System File Protection.
WARNING: 'System.Security.SecureString.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Security.SecureString\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.SecureString.dll' is under Windows System File Protection.
WARNING: 'System.Data.Common.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Data.Common\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Data.Common.dll' is under Windows System File Protection.
WARNING: 'System.Net.Sockets.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Net.Sockets\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Sockets.dll' is under Windows System File Protection.
WARNING: 'System.Threading.Overlapped.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Threading.Overlapped\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Threading.Overlapped.dll' is under Windows System File Protection.
WARNING: File 'DentpalApiService.exe' targeting 'x64' is not compatible with the project's target platform 'x86'
WARNING: 'System.Runtime.Serialization.Primitives.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization.Primitives\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Serialization.Primitives.dll' is under Windows System File Protection.
WARNING: 'System.Xml.XPath.XDocument.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml.XPath.XDocument\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Xml.XPath.XDocument.dll' is under Windows System File Protection.
WARNING: 'System.Diagnostics.Tracing.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Diagnostics.Tracing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Diagnostics.Tracing.dll' is under Windows System File Protection.
WARNING: 'System.IO.Compression.FileSystem.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.IO.Compression.FileSystem\v4.0_4.0.0.0__b77a5c561934e089\System.IO.Compression.FileSystem.dll' is under Windows System File Protection.
WARNING: 'System.Runtime.Serialization.Xml.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization.Xml\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Serialization.Xml.dll' is under Windows System File Protection.
WARNING: 'System.Net.Http.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll' is under Windows System File Protection.
WARNING: File 'DentpalServiceInstaller.exe' targeting 'x64' is not compatible with the project's target platform 'x86'
WARNING: 'System.ValueTuple.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ValueTuple\v4.0_4.0.0.0__cc7b13ffcd2ddd51\System.ValueTuple.dll' is under Windows System File Protection.
WARNING: 'System.Runtime.InteropServices.RuntimeInformation.dll' should be excluded because its source file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.InteropServices.RuntimeInformation\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.InteropServices.RuntimeInformation.dll' is under Windows System File Protection.
Packaging file 'DentpalServiceInstaller.runtimeconfig.json'...
Packaging file 'Microsoft.Extensions.Primitives.dll'...
Packaging file 'netstandard.dll'...
Packaging file 'System.Diagnostics.StackTrace.dll'...
Packaging file 'System.Security.Cryptography.Algorithms.dll'...
Packaging file 'DentpalServiceInstaller.dll'...
Packaging file 'System.Globalization.Extensions.dll'...
Packaging file 'DentpalApiService.pdb'...
Packaging file 'Microsoft.Extensions.FileProviders.Abstractions.dll'...
Packaging file 'Microsoft.Extensions.FileProviders.Physical.dll'...
Packaging file 'System.IO.Compression.dll'...
Packaging file 'System.Security.SecureString.dll'...
Packaging file 'Microsoft.Extensions.FileSystemGlobbing.dll'...
Packaging file 'System.Data.Common.dll'...
Packaging file 'System.Net.Sockets.dll'...
Packaging file 'System.Threading.Overlapped.dll'...
Packaging file 'DentpalApiService.exe'...
Restored E:\Synch-Service-Final\DentpalInstallerBootstrapper\DentpalInstallerBootstrapper.csproj (in 629 ms).
Restored E:\Synch-Service-Final\DentpalServiceInstaller\DentpalServiceInstaller.csproj (in 942 ms).
Time Elapsed: 00:00:01.2263148
========== Finished ==========
Packaging file 'System.Runtime.Serialization.Primitives.dll'...
Packaging file 'System.Xml.XPath.XDocument.dll'...
Packaging file 'System.ServiceProcess.ServiceController.dll'...
Packaging file 'System.Diagnostics.Tracing.dll'...
Packaging file 'Newtonsoft.Json.dll'...
Packaging file 'System.IO.Compression.FileSystem.dll'...
Packaging file 'appsettings.json'...
Packaging file 'web.config'...
Packaging file 'DentpalServiceInstaller.deps.json'...
Packaging file 'DentpalApiService.staticwebassets.endpoints.json'...
Packaging file 'System.Runtime.Serialization.Xml.dll'...
Packaging file 'System.Net.Http.dll'...
Packaging file 'Microsoft.Extensions.Configuration.Abstractions.dll'...
Packaging file 'DentpalServiceInstaller.exe'...
Packaging file 'System.ValueTuple.dll'...
Packaging file 'Microsoft.Extensions.Configuration.dll'...
Packaging file 'System.Configuration.Install.dll'...
Packaging file 'System.ServiceProcess.ServiceController.dll'...
Packaging file 'DentpalServiceInstaller.pdb'...
Packaging file 'Microsoft.Extensions.Configuration.FileExtensions.dll'...
Packaging file 'Microsoft.Extensions.Configuration.Json.dll'...
Packaging file 'System.Runtime.InteropServices.RuntimeInformation.dll'...
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Build completed at 17:24 and took 21.403 seconds ==========
==== Copying MSI into Bootstrapper project ====
1 file(s) copied.
==== Publishing Bootstrapper ====
Restore complete (0.7s)
DentpalInstallerBootstrapper net9.0-windows win-x64 succeeded with 36 warning(s) (3.6s) โ dist
E:\Synch-Service-Final\DentpalInstallerBootstrapper\VerifyForm.cs(12,16): warning CS8618: Non-nullable field 'lvChecks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\VerifyForm.cs(12,16): warning CS8618: Non-nullable field 'btnRecheck' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\VerifyForm.cs(12,16): warning CS8618: Non-nullable field 'btnNext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\VerifyForm.cs(12,16): warning CS8618: Non-nullable field 'lblTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\VerifyForm.cs(12,16): warning CS8618: Non-nullable field 'lblHint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\ValidationResult.cs(12,23): warning CS8618: Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapConfig.cs(28,23): warning CS8618: Non-nullable property 'AuthService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapConfig.cs(29,23): warning CS8618: Non-nullable property 'SyncService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapConfig.cs(41,23): warning CS8618: Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapConfig.cs(42,23): warning CS8618: Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Dtos\ProvisioningRequest.cs(11,23): warning CS8618: Non-nullable property 'ClinicId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Dtos\ProvisioningRequest.cs(12,23): warning CS8618: Non-nullable property 'ProvisioningKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapToken.cs(5,23): warning CS8618: Non-nullable property 'ClinicId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapToken.cs(8,23): warning CS8618: Non-nullable property 'ProvisioningKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\SecureConfigFile.cs(22,23): warning CS8618: Non-nullable property 'ClinicId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\SecureConfigFile.cs(24,23): warning CS8618: Non-nullable property 'MachineFingerprint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapConfig.cs(11,23): warning CS8618: Non-nullable property 'ClinicId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapConfig.cs(13,23): warning CS8618: Non-nullable property 'ProvisioningKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapConfig.cs(15,32): warning CS8618: Non-nullable property 'Endpoints' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapConfig.cs(17,35): warning CS8618: Non-nullable property 'SyncDefaults' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\BootstrapConfig.cs(19,39): warning CS8618: Non-nullable property 'Credentials' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\SecureConfigFile.cs(13,23): warning CS8618: Non-nullable property 'EncryptedConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\SecureConfigFile.cs(15,23): warning CS8618: Non-nullable property 'Hmac' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\SecureConfigFile.cs(17,31): warning CS8618: Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\InstallerContext.cs(12,23): warning CS8618: Non-nullable property 'ClinicId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\InstallerContext.cs(14,23): warning CS8618: Non-nullable property 'ProvisioningKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\InstallerContext.cs(17,23): warning CS8618: Non-nullable property 'AuthServiceEndpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\InstallerContext.cs(19,23): warning CS8618: Non-nullable property 'SyncServiceEndpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\InstallerContext.cs(29,23): warning CS8618: Non-nullable property 'InstallVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\InstallerContext.cs(30,23): warning CS8618: Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Configuration\InstallerContext.cs(31,23): warning CS8618: Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Installers\GenerateInitialConfig.cs(36,35): warning CS8625: Cannot convert null literal to non-nullable reference type.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Installers\GenerateInitialConfig.cs(37,36): warning CS8625: Cannot convert null literal to non-nullable reference type.
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Installers\PostInstallValidator.cs(49,30): warning CS0168: The variable 'secure' is declared but never used
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Crypto\AesFileCrypto.cs(43,32): warning SYSLIB0053: 'AesGcm.AesGcm(byte[])' is obsolete: 'AesGcm should indicate the required tag size for encryption and decryption. Use a constructor that accepts the tag size.' (https://aka.ms/dotnet-warnings/SYSLIB0053)
E:\Synch-Service-Final\DentpalInstallerBootstrapper\Security\ManifestVerifier.cs(212,33): warning SYSLIB0053: 'AesGcm.AesGcm(byte[])' is obsolete: 'AesGcm should indicate the required tag size for encryption and decryption. Use a constructor that accepts the tag size.' (https://aka.ms/dotnet-warnings/SYSLIB0053)
Build succeeded with 36 warning(s) in 5.0s
==== Checking existing DentpalAPIServiceSetup ====
Service does not exist.
================================================
BUILD SUCCESS ฮรรด INSTALLER READY TO SHIP
Output folder:
E:\Synch-Service-Final\dist
Updated by Thuan L about 2 months ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Updated by RishiKesh Tuniki about 1 month ago
- Status changed from Resolved to Closed
the Installation has been Fixed