From bf7b200ee9191d55bf969ac73636665a5d95f5d2 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:33:42 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=204:=20Removed=20the=20'Impo?= =?UTF-8?q?rts=20DigitalData.Modules.Logging.Logger'=20directive=20because?= =?UTF-8?q?=20'Logger'=20is=20not=20a=20namespace=20but=20a=20type.=20The?= =?UTF-8?q?=20correct=20import=20is=20just=20'Imports=20DigitalData.Module?= =?UTF-8?q?s.Logging',=20which=20is=20already=20present.=20This=20resolves?= =?UTF-8?q?=20the=20BC30002=20error=20for=20the=20undefined=20type=20'Logg?= =?UTF-8?q?er'.=E2=80=9C=20in=20Datei=20=E2=80=9EBase\WindowsEx.vb?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/WindowsEx.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/Base/WindowsEx.vb b/Base/WindowsEx.vb index 0a6d6e3e..079b28c6 100644 --- a/Base/WindowsEx.vb +++ b/Base/WindowsEx.vb @@ -1,7 +1,6 @@ Imports System.ComponentModel Imports System.Runtime.InteropServices Imports DigitalData.Modules.Logging -Imports DigitalData.Modules.Logging.Logger Imports DigitalData.Modules.Logging.Config Imports DigitalData.Modules.Base.NativeMethods