Click here to Skip to main content
15,900,724 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reference help Pin
Not Active26-Sep-06 4:48
mentorNot Active26-Sep-06 4:48 
Questioncomponent for drawing graph Pin
barak16048726-Sep-06 3:53
barak16048726-Sep-06 3:53 
Questionsecond Form may not move... Pin
Schimaera26-Sep-06 3:18
Schimaera26-Sep-06 3:18 
AnswerRe: second Form may not move... Pin
LongRange.Shooter26-Sep-06 3:29
LongRange.Shooter26-Sep-06 3:29 
QuestionElastic control? Pin
LongRange.Shooter26-Sep-06 3:06
LongRange.Shooter26-Sep-06 3:06 
QuestionHow to call other software with C# Pin
alexTCT26-Sep-06 2:41
alexTCT26-Sep-06 2:41 
AnswerRe: How to call other software with C# Pin
LongRange.Shooter26-Sep-06 3:01
LongRange.Shooter26-Sep-06 3:01 
QuestionNew Error for 2005 - DataAdapter.Update Pin
Paul Brower26-Sep-06 2:34
Paul Brower26-Sep-06 2:34 
I had a library (dll) that I had originally written in C# - 2003, used to create and manage SqlDataAdapters, as well as automatically set up the Insert, Update and Delete SqlCommand object on the data adapter.

I converted it to 2005, and it compiles, but when I try to execute the .Update method of the dataadapter, I get the following exception:

I can't find any help on msdn, or even GOOGLE! for this error. Any thoughts?



System.ArgumentException was caught
Message="No mapping exists from object type System.RuntimeType to a known managed provider native type."
Source="System.Data"
StackTrace:
at System.Data.Common.DbDataAdapter.UpdatedRowStatusErrors(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount)
at System.Data.Common.DbDataAdapter.UpdatedRowStatus(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount)
at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.UpdateFromDataTable(DataTable dataTable, DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String srcTable)
at Monsanto.Aag.Swine.Common.DataCommand.AAGDataSet.UpdateTableNoTransaction(DataTable dataTable) in C:\projects\SwineCommon\AssemblyProjects\DataCommand2005\AAGDataSet.cs:line 697

Questionhow to handle and cancel uninstall event Pin
Alper Camel26-Sep-06 2:04
Alper Camel26-Sep-06 2:04 
AnswerRe: how to handle and cancel uninstall event Pin
LongRange.Shooter26-Sep-06 7:44
LongRange.Shooter26-Sep-06 7:44 
GeneralRe: how to handle and cancel uninstall event Pin
Alper Camel26-Sep-06 20:48
Alper Camel26-Sep-06 20:48 
Questioncreate and modify a PPPOE conenction Pin
allenwfc26-Sep-06 2:02
allenwfc26-Sep-06 2:02 
Questiongive me sample example code for passing array data to other function Pin
premkamalg26-Sep-06 2:01
premkamalg26-Sep-06 2:01 
AnswerRe: give me sample example code for passing array data to other function Pin
Guffa26-Sep-06 2:11
Guffa26-Sep-06 2:11 
GeneralRe: give me sample example code for passing array data to other function Pin
gus_br26-Sep-06 2:29
gus_br26-Sep-06 2:29 
AnswerRe: give me sample example code for passing array data to other function Pin
Guffa26-Sep-06 3:43
Guffa26-Sep-06 3:43 
JokeRe: give me sample example code for passing array data to other function Pin
gus_br26-Sep-06 8:03
gus_br26-Sep-06 8:03 
Generalhi plz help me Pin
premkamalg26-Sep-06 20:13
premkamalg26-Sep-06 20:13 
GeneralRe: hi plz help me Pin
gus_br27-Sep-06 6:16
gus_br27-Sep-06 6:16 
Questionmy URL is to long... Pin
Support12326-Sep-06 1:49
Support12326-Sep-06 1:49 
AnswerRe: my URL is to long... Pin
M LN Rao26-Sep-06 2:25
M LN Rao26-Sep-06 2:25 
GeneralRe: my URL is to long... Pin
Support12326-Sep-06 2:38
Support12326-Sep-06 2:38 
AnswerRe: my URL is to long... Pin
J4amieC26-Sep-06 2:30
J4amieC26-Sep-06 2:30 
GeneralRe: my URL is to long... Pin
Support12326-Sep-06 2:43
Support12326-Sep-06 2:43 
GeneralRe: my URL is to long... Pin
Support12326-Sep-06 2:45
Support12326-Sep-06 2:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.