I recently discovered a problem that will occur if you happen to name a quick form the same name as the entity to which it belongs. For instance, if you have an Entity called “Widget” and you create a quick form under this entity also called “Widget”, when you attempt to build you will get an error like this:
‘IWidget’ is an ambiguous reference between ‘Sage.Entity.Interfaces.IWidget’ and ‘Sage.Form.Interfaces.IWidget’



