diff --git a/Windream/Windream.vb b/Windream/Windream.vb index 4f12349b..f7a68c41 100644 --- a/Windream/Windream.vb +++ b/Windream/Windream.vb @@ -301,7 +301,7 @@ Public Class Windream Try ' TODO: WMEntityAttribute is not defined. Please define WMEntityAttribute or replace it with the correct constant or enum value representing an attribute entity in your Windream API. Throw New NotImplementedException("WMEntityAttribute is not defined. Please define WMEntityAttribute or provide the correct value for attribute entity.") - Dim oType = oAttribute.GetVariableValue("dwAttrType") + 'Dim oType = oAttribute.GetVariableValue("dwAttrType") ' oAttribute is not declared, so this line is commented out to fix BC30451 Return oType Catch ex As Exception _logger.Warn($"Error in Windream.GetIndexType for Indexname [{IndexName}]")