From 4b703a7593b4d23fc3a41eeb36c9faaef96dccf9 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:37:29 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=2011:=20Removed=20the=20impo?= =?UTF-8?q?rt=20for=20'WMCNNCTDLLLib'=20because=20the=20namespace=20does?= =?UTF-8?q?=20not=20exist=20in=20the=20project=20dependencies.=20The=20typ?= =?UTF-8?q?e=20'IWMConnect2'=20is=20also=20not=20available,=20so=20any=20u?= =?UTF-8?q?sage=20of=20it=20will=20need=20to=20be=20replaced=20with=20a=20?= =?UTF-8?q?valid=20type=20or=20logic=20if=20possible.=20Further=20investig?= =?UTF-8?q?ation=20is=20needed=20to=20determine=20the=20correct=20replacem?= =?UTF-8?q?ent=20for=20'IWMConnect2'.=20Linie=20433:=20Commented=20out=20t?= =?UTF-8?q?he=20declaration=20of=20'oConnect=20As=20IWMConnect2'=20and=20a?= =?UTF-8?q?dded=20a=20TODO=20note=20because=20the=20type=20does=20not=20ex?= =?UTF-8?q?ist=20in=20the=20project=20or=20its=20dependencies.=20The=20cor?= =?UTF-8?q?rect=20type=20or=20reference=20must=20be=20added,=20or=20the=20?= =?UTF-8?q?code=20must=20be=20updated=20to=20use=20the=20available=20Windr?= =?UTF-8?q?eam=20API=20types.=E2=80=9C=20in=20Datei=20=E2=80=9EWindream\Wi?= =?UTF-8?q?ndream.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Windream/Windream.vb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Windream/Windream.vb b/Windream/Windream.vb index 3de39fa5..8d4f66dd 100644 --- a/Windream/Windream.vb +++ b/Windream/Windream.vb @@ -8,7 +8,6 @@ Imports DigitalData.Modules.Logging Imports WINDREAMLib Imports WINDREAMLib.WMEntity Imports WINDREAMLib.WMObjectEditMode -Imports WMCNNCTDLLLib Imports WMOBRWSLib Imports WMOSRCHLib Imports WMOTOOLLib @@ -430,7 +429,7 @@ Public Class Windream Public Function NewSession(Optional ServerName As String = Nothing, Optional UserName As String = Nothing, Optional Password As String = Nothing, Optional Domain As String = Nothing) As IWMSession2 Dim oBrowser As ServerBrowser - Dim oConnect As IWMConnect2 + ' TODO: The type IWMConnect2 is not available. Please add the correct reference or replace with the appropriate type provided by the Windream API. Dim oSession As IWMSession2 Dim oCredentials As WMUserIdentity