Hi All
I am getting the following error "Error 'System.Guid' does not contain a definition for 'MinValue' "
I am using SQL 2005 and the guid is getting set automatically on create by SQL. I have set the column in the DB repository to be autonumber, then when I generate the BO I am getting this error. This is a pretty simple error to fix in code but what I would like to know if there is someway I can get rid of this error when generating.
Thanks
Blaine