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
B g
NA
1
1.5k
DataContract definition problem
Jul 21 2011 7:13 AM
Hi,
I am trying to use the following class in a DataContract:
public class IDParams : Collection<ItemPair<string, List<int>>>
{
}
Do I have to mark it in any way?
Following is the DataContract I used:
[DataContract]
public class Test
{
[DataMember]
public IDParams Item{ get; set; }
}
It raises a CommunicationException (Not found) :(
Any ideas how I can solve this?
Best regards,
Matthias
Reply
Answers (
2
)
Error-Could not load file or assembly 'System.Windows.Browser, Version=2.0.5.0, Culture=neutral, Pub...
How to bind data in wcf in List way type?