﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Newsgator Forums / NewsGator Inbox / Desktop Clients  / Sample code for writing an IBlogExtension plug-in? / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Newsgator Forums</description><link>http://forum.newsgator.com/</link><webMaster>info@newsgator.com</webMaster><lastBuildDate>Fri, 10 Oct 2008 16:33:23 GMT</lastBuildDate><ttl>20</ttl><item><title>Re: Sample code for writing an IBlogExtension plug-in?</title><link>http://forum.newsgator.com/Topic289-1-1.aspx</link><description>Yes, that helped enormously. For those who are as clueless about this as I am: get the .dll Greg mentions and copy it somewhere (I put it in the root of my Visual Studio project folder). Add a reference to this through the Solution Explorer, and then add a line "using Syndication.Extensibility;" or specify the full namespace when you implement, as in public class MyBlogThing : Syndication.Extensibility.IBlogExtensionThanks for the clarification, Greg.</description><pubDate>Thu, 22 May 2003 12:21:00 GMT</pubDate><dc:creator>Tommy Williams</dc:creator></item><item><title>Re: Sample code for writing an IBlogExtension plug-in?</title><link>http://forum.newsgator.com/Topic289-1-1.aspx</link><description>Hi Tommy,Did you download the blogExtension.dll interface assembly?  You can't copy/paste the interface from the developer page - you need to download the assembly, and add a reference to it when building your plug-in.The .cs file that's in the download is purely FYI - you shouldn't compile it.  Only the DLL is significant.Other than that, you can be in any namespace, and you can name your class anything you like.Does that help?  If you're still having problems, let me know and I'll post a sample.</description><pubDate>Thu, 22 May 2003 12:10:00 GMT</pubDate><dc:creator>Greg Reinacker</dc:creator></item><item><title>Sample code for writing an IBlogExtension plug-in?</title><link>http://forum.newsgator.com/Topic289-1-1.aspx</link><description>I'm just learning C# and think it would be fun to write a simple blog plug-in for my site (it's essentially just going to write to the filesystem).I implemented the interface with stubs, but even after dropping the DLL in the NewsGator plugins directory and restarting Outlook, it isn't showing up in the plug-in list. NewsGator is loading the DLL because I can't overwrite it while Outlook is running.Is there some magic I'm missing that's not on the plug-in developer interface page? Do I need to put my class in a special namespace? Do I need to name my implementation of the interface something special? I've even signed and strongly named my assembly, but no dice.Thanks for any pointers or suggestions.-- Tommy</description><pubDate>Thu, 22 May 2003 11:54:00 GMT</pubDate><dc:creator>Tommy Williams</dc:creator></item></channel></rss>