Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
2k views

Handling XSD Dataset ConstraintExceptions

Does anyone have any tips for dealing with ConstraintExceptions thrown by XSD datasets? This is the exception with the cryptic message: System.Data.ConstraintException : Failed to enable ...
0
votes
1answer
114 views

DataGridView System.Data.ConstraintException on row enter

Just as a starting note: I'm going through an existing app which was passed down to us and trying to go through and fix the bugs. I've been having issues with one particular DataGridView erroring ...
0
votes
1answer
175 views

ConstraintException when filling a DataGridView from a SQL Server view

I have a SQL Server view which does a simple join of two tables and returns some of the columns. Running this view in Management Studio does not cause any problems, the expected data (two rows) is ...