[RESOLVED] Error while making datagridview
While dragging a table which has a primary key from the dataset in my project onto a form to create a datagridview I get an error. The tableadapter for the table has an Update command in it. This is the error:
An error occurred while performing the drop:
Code generation for property 'UpdateOrder' failed.
Error was: 'Type'Action.Action2DataSet TableAdapters.TableAdapterManager +UpdateOrderOption' is not available in the target framework.'
Given that the tableadapter has an update command in it (which I did not change) .. why? How to fix?
UPDATE: I think it has something to do with the parameters of the update command. Some of them are coming up "original", others are "current". This despite the fact that I completely regenerated the data source. It is an Access database.
Re: Error while making datagridview
I created a new project and tried it again and it appears to be working. Knock on wood, of course. Thanks for looking. I'll be back most likely.