WCF error service error message with shared classes

Posted by sevenalive on Stack Overflow See other posts from Stack Overflow or by sevenalive
Published on 2010-03-23T02:54:25Z Indexed on 2010/03/23 3:11 UTC
Read the original article Hit count: 294

Filed under:
|
|
|

Source code: http://code.google.com/p/sevenupdate/source/browse/#hg/Source/SevenUpdate.Base

SevenUpdate.Base.Sui cannot be used since it does not match imported DataContract. Need to exclude this type from referenced types.

Now I tried unchecking reuse reference types and I was able to get my project to compile. but when sending a collection from the client it was never received or couldn't be deserialized on the server end.

I really need this to work. Any help would be appreciated, the fullsource code is provided by google code.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about c#