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