C# TweetSharp WCF service fails to generate TwitterMention -


After

Then VS2010 (or SvcUtil.exe) is using to create a WCF category, it's TwitterMention part of TwitterStatus Does not generate or TwitterStatus.TwitterEntities

For example, I can not use TwitterStatus.Entities.Mentions or any attributes if I wanted to create a TwitterMention instance.

So here's what it generates (seeing TwitterEntities is okay) and why the code might be lacking:

So anyone has got an idea how I can get a WCF proxy Can the class get that correctly incorporates the TwitterMention class? [System.Diagnostics.DebuggerStepThroughAttribute ()] [System.CodeDom.Compiler.GeneratedCodeAttribute ("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization. DataContractAttribute (name = "TwitterEntities", name space = "http://schemas.datacontract.org/2004/07/TweetSharp")] Public partial class TwitterEntities: Object, System.Runtime.Serialization.IExtensibleDataObject {Personal System.Runtime. Serializ Ation.ExtensionDataObject extensionDataField; Public system.Rantim. Serialization. ExtensionDataObestAstStateData {Receive} Go to .extensionDataField; } Set {this.extensionDataField = value; }}} [System.Diagnostics.DebuggerStepThroughAttribute ()] [System.CodeDom.Compiler.GeneratedCodeAttribute ("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute (name = "TwitterMention" , Name space = "http://schemas.datacontract.org/2004/07/TweetSharp")] Public partial class TwitterMention: TweetSharp.TwitterEntity {}

Tweet from the source Check out the city and make this problem disappear. It seems that the solution has been solved.

Comments