From 3e87702c5dfd8db07e740aec6aa04334a71da6fd Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:33:18 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=203:=20The=20error=20BC30002?= =?UTF-8?q?=20indicates=20that=20the=20type=20'LogConfig'=20is=20not=20def?= =?UTF-8?q?ined.=20It=20is=20likely=20that=20'LogConfig'=20is=20defined=20?= =?UTF-8?q?in=20a=20sub-namespace=20of=20'DigitalData.Modules.Logging',=20?= =?UTF-8?q?such=20as=20'DigitalData.Modules.Logging.Config'.=20Adding=20th?= =?UTF-8?q?e=20correct=20import=20should=20resolve=20the=20error.=E2=80=9C?= =?UTF-8?q?=20in=20Datei=20=E2=80=9EBase\WindowsEx.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/WindowsEx.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/WindowsEx.vb b/Base/WindowsEx.vb index ecaa2374..49cd4c4a 100644 --- a/Base/WindowsEx.vb +++ b/Base/WindowsEx.vb @@ -1,6 +1,6 @@ Imports System.ComponentModel Imports System.Runtime.InteropServices -Imports DigitalData.Modules.Logging +Imports DigitalData.Modules.Logging.Config Imports DigitalData.Modules.Base.NativeMethods Public Class WindowsEx