UTF-8 Problems with .Net Table Adapters
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Here's a situation: * I have a SQL Server 2005 database, * I have a table with a field of type XML, * I, via Visual Studio 2005, created a TableAdapter to make my life easier, * I go to save a web service WSDL into the database (my work is in web services and I need to keep copies of WSDL documents), * I run the code, * I get exception errors stating that the encoding cannot be changed. Is there anyway I can fix this? At the moment, I'm turning the WSDL to a string and I'm replacing utf-8 with utf-16 to keep SQL Server 2005 happy. My thanks in advance.
modified on Wednesday, April 30, 2008 2:25 AM