Hello,

Strange problem with my visual studio 2005.

I have typed datasets in the designer. I have table adapters that i have dragged from the server explorer. I have used these for the last couple of month. I have added queries, stored procedures, added and deleted fields in the table adapters.

Now, I added an extra column to one of my tables in sql server 2005. I right clicked the relevant table adapter and clicked configure, and included the extra column.

I build the program, but the changes to the table adapter does not reflect in the code. When I do the following: tableAdapter.insert() the extra column has not been included.

I tried this with another table adapter in the dataset designer by adding a new field. The same problem.

I used rebuild, i have deleted the table adapter and added a new one. I have restarted VS, and also restarted the computer. I have also opened the project on another machine. I have deleted the table adapter from the form designer and added a new one from the components tab. And still the same problem.

When I preview the data, the extra column is there. But not when I use it in code.

Can anyone please tell if they know about this problem and is there a way to solve it.

Many thanks if you can.

steve