* „Linie 11: Removed the import for 'WMCNNCTDLLLib' because the namespace does not exist in the project dependencies. The type 'IWMConnect2' is also not available, so any usage of it will need to be replaced with a valid type or logic if possible. Further investigation is needed to determine the correct replacement for 'IWMConnect2'.

Linie 433: Commented out the declaration of 'oConnect As IWMConnect2' and added a TODO note because the type does not exist in the project or its dependencies. The correct type or reference must be added, or the code must be updated to use the available Windream API types.“ in Datei „Windream\Windream.vb“
This commit is contained in:
Developer01
2025-12-29 14:37:29 +01:00
parent 6487517c51
commit 4b703a7593

View File

@@ -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