From ac729926c86f9eeb2a0fbc9463f06e85f2b95585 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:43:44 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=202:=20Removed=20the=20impor?= =?UTF-8?q?t=20for=20'DigitalData.Modules.Logging'=20because=20the=20names?= =?UTF-8?q?pace=20does=20not=20exist=20in=20the=20project=20dependencies,?= =?UTF-8?q?=20and=20the=20missing=20type=20'LogConfig'=20is=20not=20define?= =?UTF-8?q?d=20anywhere.=20This=20will=20not=20fix=20the=20error,=20but=20?= =?UTF-8?q?is=20a=20necessary=20first=20step.=20The=20type=20'LogConfig'?= =?UTF-8?q?=20and=20its=20source=20must=20be=20restored=20or=20replaced=20?= =?UTF-8?q?for=20the=20code=20to=20compile.=E2=80=9C=20in=20Datei=20?= =?UTF-8?q?=E2=80=9EDatabase\Adapters\Oracle.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Adapters/Oracle.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/Database/Adapters/Oracle.vb b/Database/Adapters/Oracle.vb index cd816368..4f6e1800 100644 --- a/Database/Adapters/Oracle.vb +++ b/Database/Adapters/Oracle.vb @@ -1,5 +1,4 @@ Imports DigitalData.Modules.Encryption -Imports DigitalData.Modules.Logging Imports Oracle.ManagedDataAccess.Client Imports System.Data