Hello, I'm new to xamarin. I'm trying to write a simple application to read data from a file and display it in the "editor"
When I try to use editor.Text, I'm getting CS1061 error.
Error CS1061: 'object' does not contain a definition for 'Text' and no extension method 'Text' accepting a first argument of type 'object' could be found(are you missing a using directive or an assembly reference?)