TableAdapter and identity column

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello,

I'm inserting data into SQL database using typed DataSet (ADO.NET 2.0)
and TableAdapter. There is identity column in the table I'm updating
and corresponding autoincrementing field in the dataset. When I
configure the TableAdapter in VS2005 DataSet editor there is an option
"Refresh Data Table" that seems like to do exactly what I want. But
every time I select this option and finish configuration wizard the
option is not saved and next time I open configure wizard checkbox is
unchecked.

Is this a bug or I am missing something? Is there a workaround?

Of couse I can achive the same result by many different ways but this
seems to be the most simple.

Thanks

.