Results 1 to 2 of 2

Thread: [RESOLVED] Error while making datagridview

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    South Charleston, WV, USA
    Posts
    607

    Resolved [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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width