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: ' - - + +