Silverlight is not liking my WCF MessageContract. Why?
问题 I am attempting to upload a file through a Silverlight client using the following MessageContract : [MessageContract] public class CategoryClientFileTransferMC : IDisposable { /// <summary> /// CategoryID - Category identity. /// </summary> [MessageHeader(MustUnderstand = true)] public int CategoryID; /// <summary> /// ID - File identifier. /// </summary> [MessageHeader(MustUnderstand = true)] public string ID; /// <summary> /// Length - File length in bytes. /// </summary> [MessageHeader