From dee7259870a9f5b4e15539a481c30c98eb42c206 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:50:35 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=202:=20Add=20an=20import=20f?= =?UTF-8?q?or=20the=20UserPrincipal=20type=20to=20resolve=20the=20BC30002?= =?UTF-8?q?=20error.=20UserPrincipal=20is=20defined=20in=20the=20System.Di?= =?UTF-8?q?rectoryServices.AccountManagement=20namespace.=E2=80=9C=20in=20?= =?UTF-8?q?Datei=20=E2=80=9EInterfaces\ActiveDirectoryInterface\UserPrinci?= =?UTF-8?q?palEx.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Interfaces/ActiveDirectoryInterface/UserPrincipalEx.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/Interfaces/ActiveDirectoryInterface/UserPrincipalEx.vb b/Interfaces/ActiveDirectoryInterface/UserPrincipalEx.vb index a8a4cdd1..3b19d9a7 100644 --- a/Interfaces/ActiveDirectoryInterface/UserPrincipalEx.vb +++ b/Interfaces/ActiveDirectoryInterface/UserPrincipalEx.vb @@ -1,4 +1,5 @@ Imports System.DirectoryServices.AccountManagement +Imports System.DirectoryServices.AccountManagement.UserPrincipal