|
-
Jul 12th, 2011, 10:15 AM
#1
Thread Starter
Fanatic Member
[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.
Last edited by projecttoday; Jul 12th, 2011 at 11:00 AM.
-
Jul 12th, 2011, 11:30 AM
#2
Thread Starter
Fanatic Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|