Hello,
I am missing the following line in my create/update script:
ALTER TABLE [dbo].[Contact] ADD CONSTRAINT [DF_Contact_ContactId] DEFAULT (newid()) FOR [ContactId]
GO
Im using Visual Studio 2010 and the latest LLBLGen v3.1 Version (April, 14th 2011).
Regards,
Carlo