Does anyone know why I get this error when I try to access the "Count" property from a BusinessListBase in my Watch window?
{"The generic type 'System.Collections.ObjectModel.Collection`1' was used with the wrong number of generic arguments in assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.":"System.Collections.ObjectModel.Collection`1"} Integer
If I do msgbox(mylist.Count) it prints out the correct value, but in the Watch window it fails.
Copyright (c) Marimer LLC