SQL Long to Int issue

Hi,

i have some tables (SQLServer) with bigint as the primary key. When the data access Service is generated it assumes "int?". This then causes compile errors for the *.designer.cs page - "cannot convert from 'long' to 'int?'. In this instance it was the entity Delete activity.


what to do?

thanks,
Miles

Hi Miles,

Unfortunately this is a bug and you cannot avoid it. We will include fix for this as well in the upcoming release Monday.

Best Regards,
Vladimir

thanks Vladimir. Appreciate the quick turnaround.