Upgrade to Framework 1.1

  • Thread starter Thread starter S?bastien Ch?nier
  • Start date Start date
S

S?bastien Ch?nier

Hi ! I upgraded one of my project from Framework 1.0 to Framework 1.1
by adding this to my APP.CONFIG files:

<startup>
<supportedRuntime version="v1.1.4322"/>
<requiredRuntime version="v1.1.4322" safemode="true"/>
</startup>

And now i have the following error when i save my dataset twice (the
first time that i save, everything is fine)

"Concurrency violation: the UpdateCommand affected 0 records"

With Framework 1.0, everything is ok

Thank for your help


Sebastien
(e-mail address removed)
 
Back
Top