C
Colin Chen
When I test examples in KB 815672 step by step.
In "Test the Disconnected ADO.NET Windows Application" section
Step 4.
Application crash.
This is the error message
¡°An unhandled exception of type
'System.Web.Services.Protocols.SoapException' occurred in
system.web.services.dll
Additional information: System.Web.Services.Protocols.SoapException: Server
was unable to process request. ---> System.Data.SqlClient.SqlException:
Updating columns with the rowguidcol property is not allowed.
at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows,
DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.Update(DataTable dataTable)
at ProductsService.ProductsServiceClass.UpdateProductsData(String Diff)
in d:\donnet_service\productsservice\productsserviceclass.h:line 228
--- End of inner exception stack trace ---¡±
Can you tell me how to solve it?
Thanks a lot.
Colin Chen
In "Test the Disconnected ADO.NET Windows Application" section
Step 4.
Application crash.
This is the error message
¡°An unhandled exception of type
'System.Web.Services.Protocols.SoapException' occurred in
system.web.services.dll
Additional information: System.Web.Services.Protocols.SoapException: Server
was unable to process request. ---> System.Data.SqlClient.SqlException:
Updating columns with the rowguidcol property is not allowed.
at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows,
DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.Update(DataTable dataTable)
at ProductsService.ProductsServiceClass.UpdateProductsData(String Diff)
in d:\donnet_service\productsservice\productsserviceclass.h:line 228
--- End of inner exception stack trace ---¡±
Can you tell me how to solve it?
Thanks a lot.
Colin Chen