* „Linie 1123: The error BC30451 is caused by the use of the undeclared variable 'oWMFolder'. The code had this line commented out, so 'oWMFolder' was never declared or assigned. Uncommenting this line will declare and assign 'oWMFolder', resolving the error.“ in Datei „Windream\Windream.vb“
This commit is contained in:
@@ -1120,7 +1120,7 @@ Public Class Windream
|
||||
End If
|
||||
|
||||
' TODO: WMEntityFolder is not defined. Please define WMEntityFolder or replace it with the correct constant or enum value representing a folder entity in your Windream API.
|
||||
'Dim oWMFolder As WMObject = GetObjectByPath(FolderPath, WMEntityFolder)
|
||||
Dim oWMFolder As WMObject = GetObjectByPath(FolderPath, WMEntityFolder)
|
||||
|
||||
If LockObject(oWMFolder) = False Then
|
||||
_logger.Warn("Folder {0} could not be locked", FolderPath)
|
||||
|
||||
Reference in New Issue
Block a user