Otis wrote:
klausb wrote:
If I look up the "IX_Lead" constraint with query analyzer it shows me that the xtype = UQ, so I believe that it should be a unique constraint, right?
Indeed UQ is a unique constraint... odd. If you open catalog explorer in the designer, browse to the table do you see a '1' under unique constraints in the detail view pane ?
If I access the Unique Constraint viewer for table "Lead", then I can see the IX_Lead with the Email field below, so it should be there as far as I can figure it out.
One thing though, that may be important is, that when I open my project, I get an error message:
"Couldn't find assembly 'mscorlib.resources, Version=1.0.5000.0, Culture=da-..."
And it wants me to find the file manually - I click cancel twice and can continue with refreshing project and so on...
Perhaps resolving this issue could correct the problem - do you now how to resolve it?