From 56476ebd2fecd0b36c04aa645db82ea029990952 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:36:54 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=204:=20Removed=20the=20impor?= =?UTF-8?q?t=20for=20the=20non-existent=20namespace=20'DigitalData.Modules?= =?UTF-8?q?.Logging'.=20The=20type=20'Logger'=20is=20not=20defined=20in=20?= =?UTF-8?q?the=20project=20or=20its=20dependencies.=20You=20need=20to=20ei?= =?UTF-8?q?ther=20add=20a=20reference=20to=20a=20logging=20library=20(such?= =?UTF-8?q?=20as=20NLog=20or=20Microsoft.Extensions.Logging)=20and=20updat?= =?UTF-8?q?e=20the=20code=20to=20use=20the=20correct=20logger=20type,=20or?= =?UTF-8?q?=20provide=20the=20missing=20'Logger'=20type=20in=20your=20proj?= =?UTF-8?q?ect.=E2=80=9C=20in=20Datei=20=E2=80=9EEncryption\Encryption.vb?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Encryption/Encryption.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/Encryption/Encryption.vb b/Encryption/Encryption.vb index 1ec620de..c1cbab7c 100644 --- a/Encryption/Encryption.vb +++ b/Encryption/Encryption.vb @@ -1,7 +1,6 @@ Imports System.IO Imports System.Security.Cryptography Imports System.Text.Encoding -Imports DigitalData.Modules.Logging ''' ''' https://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp