From 2cb036db0c8a8e3da8f3fc3897ecbe9a7a18cba2 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:47:45 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=206:=20Removed=20the=20impor?= =?UTF-8?q?t=20for=20'..\Base\FilesystemEx'=20because=20neither=20the=20na?= =?UTF-8?q?mespace=20'Base'=20nor=20the=20type=20'FilesystemEx'=20exists?= =?UTF-8?q?=20in=20the=20project=20or=20its=20dependencies.=20You=20will?= =?UTF-8?q?=20need=20to=20ensure=20that=20the=20definition=20for=20'Filesy?= =?UTF-8?q?stemEx'=20is=20available=20in=20your=20project=20or=20add=20the?= =?UTF-8?q?=20appropriate=20reference=20if=20it=20is=20external.=E2=80=9C?= =?UTF-8?q?=20in=20Datei=20=E2=80=9EConfig\ConfigManager.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/ConfigManager.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/Config/ConfigManager.vb b/Config/ConfigManager.vb index 647f9079..086275d8 100644 --- a/Config/ConfigManager.vb +++ b/Config/ConfigManager.vb @@ -3,7 +3,6 @@ Imports System.Reflection Imports System.Xml.Serialization Imports DigitalData.Modules.Logging Imports DigitalData.Modules.Config.ConfigAttributes -Imports ..\Base\FilesystemEx Public Class ConfigManager(Of T) Public Const USER_CONFIG_NAME As String = "UserConfig.xml"