How do I remove a COMPLETELY UNUSED field from an Entity using the designer without generating compile errors? This is assuming there are NO references to the field anywhere in my code.
I have deleted the field.
There are no references to it anywhere in the code.
I rebuild, restart VS.
Now in the SCREEN code in the CLIENT project, every time there is a reference to the entity FROM WHICH the field was deleted, I get a 'cannot resolve symbol' compile error.
A diff shows that Lightswitch has removed the entire entity reference from the screen metadata in Client.lsml. And also deleted some custom controls from the screen!
Why would it have done that?