* „Linie 497: The error BC30451 is caused by the use of 'oConnect' which is not declared anywhere in the method or class. According to the comments, WMConnect is not defined or available in the current project or its references. To fix the error, the problematic line is commented out and a note is added to declare and instantiate 'oConnect' as the appropriate type if/when the correct reference is available.“ in Datei „Windream\Windream.vb“

This commit is contained in:
Developer01
2025-12-29 14:41:55 +01:00
parent ddbd4ee954
commit 2d570fb8c0

View File

@@ -494,7 +494,8 @@ Public Class Windream
.aDomain = Domain .aDomain = Domain
} }
oConnect.ModuleId = 9 ' ERROR: oConnect is not declared. Please declare oConnect as the appropriate type (e.g., WMConnect or IWMConnect2) and ensure it is properly instantiated before use.
' oConnect.ModuleId = 9
End If End If
End If End If
If oImpersonation = False Then If oImpersonation = False Then