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
Resmi Satish
NA
110
75.2k
Datamember- Datatypes
May 14 2014 7:58 AM
Hi
In our WCF service, there is a datamember of type object. Due to this datamember ,we are not able to access the method. ie the method is displaying with error while we run the service.
We have declared the datamember as
[DataMember]
public object Value
{
get { return this.value; }
set { this.value = value; }
}
When we comment out the above code, the method will start displaying without error.
Please refer the attached screen shot.
Any help from your side is appreciated.
Reply
Answers (
5
)
how can limit access to wcf service
Throwing exception in WCF web service