Solving CS1061 error code so line label script will compile

Hi, I am running into this error often as I work to generate some simple indicators or add ons. Solution?

1 Like

This error can occur when you try to use a method or access an exposed property that does not exist for your particular object.

You would just need to make sure that the method or property exists. What situations are you running into this?

1 Like