From afe42e52c05bdb275adf318dfd05ba56455ab3fe Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Mon, 20 Apr 2020 17:19:58 +0200 Subject: [PATCH] Version 0.0.7.1: dont try to create app startup path --- Modules.Config/ConfigManager.vb | 3 +-- Modules.Config/My Project/AssemblyInfo.vb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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: ' - +