<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>C# implementation of newMediaObject for the MetaWeblog API</title><link>http://weblogs.asp.net/lkempe/archive/2006/08/27/C_2300_-implementation-of-newMediaObject-for-the-MetaWeblog-API.aspx</link><description>If you have a blog you might know about the MetaWeblog API . I implemented it for Tech Head Brothers portal to be able to post news from a client. Today I am using Live Writer to post on my blog and I also wanted to have the possibility to post news on</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>YippeeSoft????????????  &amp;raquo; Blog Archiv   &amp;raquo; XML-RPC wp MetaWebLog</title><link>http://weblogs.asp.net/lkempe/archive/2006/08/27/C_2300_-implementation-of-newMediaObject-for-the-MetaWeblog-API.aspx#7303874</link><pubDate>Fri, 08 Jan 2010 02:55:40 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7303874</guid><dc:creator>YippeeSoft????????????  » Blog Archiv   » XML-RPC wp MetaWebLog</dc:creator><author>YippeeSoft????????????  » Blog Archiv   » XML-RPC wp MetaWebLog</author><description>&lt;p&gt;Pingback from &amp;nbsp;YippeeSoft???????????? &amp;nbsp;&amp;amp;raquo; Blog Archiv &amp;nbsp; &amp;amp;raquo; XML-RPC wp MetaWebLog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7303874" width="1" height="1"&gt;</description></item><item><title>re: C# implementation of newMediaObject for the MetaWeblog API</title><link>http://weblogs.asp.net/lkempe/archive/2006/08/27/C_2300_-implementation-of-newMediaObject-for-the-MetaWeblog-API.aspx#6537743</link><pubDate>Tue, 19 Aug 2008 09:35:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6537743</guid><dc:creator>lkempe</dc:creator><author>lkempe</author><description>&lt;p&gt;Herman: Sorry but I don't get your question! I don't know if Windows Live Space supports MetaWeblog API, and neither know if you can upload binary content using Live Writer to Live space.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6537743" width="1" height="1"&gt;</description></item><item><title>re: C# implementation of newMediaObject for the MetaWeblog API</title><link>http://weblogs.asp.net/lkempe/archive/2006/08/27/C_2300_-implementation-of-newMediaObject-for-the-MetaWeblog-API.aspx#6537443</link><pubDate>Tue, 19 Aug 2008 08:29:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6537443</guid><dc:creator>Herman Ng</dc:creator><author>Herman Ng</author><description>&lt;p&gt;I&amp;#39;m writing MetaWeblog API from Windows Live Space. We just realize that Space doesn&amp;#39;t come with newMediaObject method in their live space.&lt;/p&gt;
&lt;p&gt;Do I must go for WindowsLive.Writer ?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6537443" width="1" height="1"&gt;</description></item><item><title>Back from blogging vacation - 2006 edition</title><link>http://weblogs.asp.net/lkempe/archive/2006/08/27/C_2300_-implementation-of-newMediaObject-for-the-MetaWeblog-API.aspx#919970</link><pubDate>Mon, 13 Nov 2006 17:54:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:919970</guid><dc:creator>Kevin Harder</dc:creator><author>Kevin Harder</author><description>&lt;p&gt;I'm back from my annual blogging vacation! I'm sure everyone wants to know all the super exciting things&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=919970" width="1" height="1"&gt;</description></item><item><title>re: C# implementation of newMediaObject for the MetaWeblog API</title><link>http://weblogs.asp.net/lkempe/archive/2006/08/27/C_2300_-implementation-of-newMediaObject-for-the-MetaWeblog-API.aspx#605418</link><pubDate>Mon, 02 Oct 2006 15:41:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:605418</guid><dc:creator>Alpha</dc:creator><author>Alpha</author><description>&lt;p&gt;if (!ValidUser(username, password))&lt;/p&gt;&lt;p&gt;Or&lt;/p&gt;&lt;p&gt;if(!ValidateUser(username,password))??&lt;/p&gt;&lt;p&gt;When I use LiveWriter,i have Error.&lt;/p&gt;&lt;p&gt;System.UriFormatException: 无效的 URI: 无法确定 URI 的格式。&lt;/p&gt;&lt;p&gt;在 System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)&lt;/p&gt;&lt;p&gt;在 System.Uri..ctor(String uriString)&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.BlogClient.WeblogBlogFileUploader.UploadFile(FileInfo file)&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.PostEditor.ImageServices.BlogFileUploadImageService.UploadImages(IUploadImageContext uploadImageContext)&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.PostEditor.BlogPostReferenceFixer.ImageUploadWorker.DoUploadWork()&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.PostEditor.BlogPostReferenceFixer.LocalFileTransformer(String reference)&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.CoreServices.HTML.HtmlReferenceFixer.LocalFileReferenceFixupFilter.FixReferences(String reference)&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.CoreServices.HTML.HtmlReferenceFixer.OnBeginTag(BeginTag tag)&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.CoreServices.LightWeightHTMLDocumentIterator.Parse()&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.CoreServices.HTML.HtmlReferenceFixer.FixLocalFileReferences(String html, ReferenceFixer fixer)&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.PostEditor.UpdateWeblogAsyncOperation.LocalSupportingFileUploader.UploadFiles()&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.PostEditor.UpdateWeblogAsyncOperation.DoWork()&lt;/p&gt;&lt;p&gt;在 WindowsLive.Writer.CoreServices.AsyncOperation.InternalStart()&lt;/p&gt;&lt;p&gt;在 System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]&amp;amp; outArgs)&lt;/p&gt;&lt;p&gt;在 System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]&amp;amp; outArgs)&lt;/p&gt;&lt;p&gt;在 System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink) &lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=605418" width="1" height="1"&gt;</description></item><item><title>Community Server Daily News for Monday, September 18, 2006</title><link>http://weblogs.asp.net/lkempe/archive/2006/08/27/C_2300_-implementation-of-newMediaObject-for-the-MetaWeblog-API.aspx#558269</link><pubDate>Mon, 18 Sep 2006 20:05:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:558269</guid><dc:creator>Community Server Daily News</dc:creator><author>Community Server Daily News</author><description>&lt;p&gt;news of the day a grab bag for what's happening in Community Server Anyone whose been part of the Community&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=558269" width="1" height="1"&gt;</description></item><item><title>Am I 2.0ish yet?</title><link>http://weblogs.asp.net/lkempe/archive/2006/08/27/C_2300_-implementation-of-newMediaObject-for-the-MetaWeblog-API.aspx#529719</link><pubDate>Fri, 08 Sep 2006 16:23:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:529719</guid><dc:creator>robrohr.org</dc:creator><author>robrohr.org</author><description>&lt;p&gt;Testing graphic upload capabilities via newMediaObject handler for Community Server. We shall see whether&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=529719" width="1" height="1"&gt;</description></item><item><title>C# implementation of the newMediaObject for MetaWeblog API</title><link>http://weblogs.asp.net/lkempe/archive/2006/08/27/C_2300_-implementation-of-newMediaObject-for-the-MetaWeblog-API.aspx#495768</link><pubDate>Sun, 27 Aug 2006 22:20:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:495768</guid><dc:creator>Tiernans Comms Closet</dc:creator><author>Tiernans Comms Closet</author><description>&lt;p&gt;The MetaWeblog API is one of those interesting APIs that a lot of people couldn't live without (as a...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=495768" width="1" height="1"&gt;</description></item></channel></rss>