I’m working on a project where I’m trying to employ a form finding mechanism to build out the somaya musuem in Mexico city, however, I reached a road block there seems to be a bug in my script. If anyway can help me debug or find alternative strategy to form find, I’d highly appreciate it!
That’s a little vague, eh? Appears to be Karamba and C#?
Error (CS1061): ‘object’ does not contain a definition for ‘Count’ and no extension method ‘Count’ accepting a first argument of type ‘object’ could be found (are you missing a using directive or an assembly reference?) (line 61)
Error (CS0021): Cannot apply indexing with to an expression of type ‘object’ (line 64)
Error (CS0019): Operator ‘==’ cannot be applied to operands of type ‘double’ and ‘object’ (line 67)
Error (CS0019): Operator ‘==’ cannot be applied to operands of type ‘double’ and ‘System.Collections.Generic.List’ (line 69)
And Kangaroo:
Solution exception:Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.