By Brian Repetti on
3/14/2010 12:10 PM
When building a Visual Studio Project that used OpenAccess ORM I started receiving an error similiar to below:
The property 'ProductID' of type 'ProductInfo' is declared to be an query alias for field 'productid', but the aliased field is transient and not present in the database.
This error can happen for a few different reasons. Here are 2 solutions that have worked for me.