From 8e1c459a611150e46ae79b02218ddd23e5022654 Mon Sep 17 00:00:00 2001 From: Digital Data - Marlon Schreiber Date: Wed, 22 Feb 2023 12:03:41 +0100 Subject: [PATCH] MS Config OverrideLang --- Config/ConfigManager.vb | 2 +- Config/My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Config/ConfigManager.vb b/Config/ConfigManager.vb index 8b24bf69..49cff739 100644 --- a/Config/ConfigManager.vb +++ b/Config/ConfigManager.vb @@ -123,8 +123,8 @@ Public Class ConfigManager(Of T) End If If ApplicationStartupPath <> String.Empty Then - _Logger.Info($"AppConfig is being used: [{ApplicationStartupPath}]") _AppConfigPath = Path.Combine(ApplicationStartupPath, APP_CONFIG_NAME) + End If _WriteAllValuesToUserConfig = ForceUserConfig diff --git a/Config/My Project/AssemblyInfo.vb b/Config/My Project/AssemblyInfo.vb index 2d96d6eb..022b1e9a 100644 --- a/Config/My Project/AssemblyInfo.vb +++ b/Config/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + +