TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Keith Grant
NA
1
1.5k
Passing a Dataset from .NET 1.1 Win App to .NET 3.5 Web Service
Nov 27 2011 6:38 PM
I have a .NET 1.1 C# windows application that needs to pass an ADO.NET dataset object to a .NET 3.5 web service.
When I run it I get an unhandled XML Exception occuring in system.xml.dll. System Error.
I suspect that it is due to the difference in .NET frameworks between the windows app and the web service, but I could be mistaken.
Is anyone able to shed any light on this most horrible of problems?
Reply
Answers (
0
)
SqlCommandBuilder class in ADO.NET.
Creation of Dynamic Gridview in ADO.Net