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
M B
NA
61
12.1k
The IXmlSerializable type 'System.Xml.Linq.XElement' cannot
Feb 10 2017 8:29 AM
I have used external web service in which one of the operation methods contains XElement as a parameter.I am getting an exception which is shown below.
The IXmlSerializable type 'System.Xml.Linq.XElement' cannot be deserialized in partial trust because it does not have a public parameterless constructor
I have tried
XmlElement
instead of
XElement
but this service method return XElement
Thanks in advance
Reply
Answers (
2
)
Can i create a web form inside my article on csharpcorner
Retrieving data from sql server in web services