Confusing Compiler error

Image here: https://yadi.sk/i/He-TTdVO3JX7CZ

I have a project that simply went to he[/img]ll when I cut and pasted a property from a webpage into the session class.

After that Xojo stopped seeing and of the properties int session class.

Has anyone seen this sort to fo thing before? App.name --> This item does not exist??

Solved: (Sort of) I’ll answer my own question in case anyone else sees this in the future.

I somehow managed to get a property on a webpage1

It was supposed to be called webpage1.myproperty

Somehow the IDE “Changed” the name of the property to “Session.myproperty”

The IDE will not let you put a period into the name

but it cleary somehow did in a cut and paste

Image: https://yadi.sk/i/WqubBoJJ3JXCHo

(I was cutting and pasting the property from the session to webpage1

Mystery solved Bug: 48180