diff --git a/Modules.Config/ConfigManager.vb b/Modules.Config/ConfigManager.vb index 8cb829ae..e357490e 100644 --- a/Modules.Config/ConfigManager.vb +++ b/Modules.Config/ConfigManager.vb @@ -90,8 +90,7 @@ Public Class ConfigManager(Of T) _ComputerConfigPath = Path.Combine(_ComputerDirectory, COMPUTER_CONFIG_NAME) If ApplicationStartupPath <> String.Empty Then - _AppConfigDirectory = _File.CreateDirectory(ApplicationStartupPath) - _AppConfigPath = Path.Combine(_AppConfigDirectory, APP_CONFIG_NAME) + _AppConfigPath = Path.Combine(ApplicationStartupPath, APP_CONFIG_NAME) End If _WriteAllValuesToUserConfig = ForceUserConfig diff --git a/Modules.Config/My Project/AssemblyInfo.vb b/Modules.Config/My Project/AssemblyInfo.vb index dd00225b..6c7fc2f2 100644 --- a/Modules.Config/My Project/AssemblyInfo.vb +++ b/Modules.Config/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - +