* „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:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user