From d8813d3393b3d31735c4fc091076425fafe22dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alcazer=20Bar=C4=B1=C5=9F=20T=C3=9CRKG=C3=9CC=C3=9C?= Date: Wed, 6 Jul 2022 12:43:13 +0300 Subject: [PATCH] Missing Windows Service Globalization Invariant Dns Server wasn't working properly in service mode. Based on the logs, i saw that it was missing. I tested it by changing the DnsService.runtimeconfig.json and it worked fine. --- DnsServerWindowsService/DnsServerWindowsService.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DnsServerWindowsService/DnsServerWindowsService.csproj b/DnsServerWindowsService/DnsServerWindowsService.csproj index 50d3dbf0..899f08dc 100644 --- a/DnsServerWindowsService/DnsServerWindowsService.csproj +++ b/DnsServerWindowsService/DnsServerWindowsService.csproj @@ -18,6 +18,10 @@ DnsServerWindowsService + + + + ..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.Firewall.dll