Column <Columnname> is a computed column, and cannot contribute to foreign keys. (Visual Database Tools)
SQL Server 2005
You tried to use a column with a formula in a foreign key. Either clear the column's Formula property or remove the column from the foreign key.