SqlMetal DBML1055 error
I'm getting this error with the June .Net FX 3.5 CTP:
error DBML1055: The DeleteOnNull attribute of the Association element 'FK_Account_Currency' can only be true for singleton association members mapped to non-nullable foreign key columns.
This is using almost the same command line (changed xml to dbml) from a project that worked without problems with the May 2006 CTP.
sqlmetal /pluralize /server:.\sqlexpress /database:%projectName% /dbml:"%metadataDir%Model.DB.tmp"
Any ideas as to why this is not working?
Regards,
Pablo

