* „Linie 443: The type 'WMConnect' is not defined or available in the current project or its references. The code is annotated to indicate the missing type, as no replacement or available type could be found. You must add the correct interop assembly or reference for WMConnect to resolve this error.“ in Datei „Windream\Windream.vb“

This commit is contained in:
Developer01
2025-12-29 14:37:07 +01:00
parent 9ac3f8a5c5
commit 6487517c51

View File

@@ -440,7 +440,8 @@ Public Class Windream
' Create initial windream objects ' Create initial windream objects
Try Try
oBrowser = New ServerBrowser() oBrowser = New ServerBrowser()
oConnect = New WMConnect() ' oConnect = New WMConnect()
' ERROR: WMConnect type is not defined or available in the current project or its references. Please ensure the required interop assembly or reference for WMConnect is added to the project.
_logger.Info("Successfully created windream objects") _logger.Info("Successfully created windream objects")
Catch ex As Exception Catch ex As Exception
_logger.Error(ex, "Error while creating windream objects") _logger.Error(ex, "Error while creating windream objects")