INTERACT FORUM

Windows => Plug-in Development => Topic started by: PaulSinnema on April 22, 2007, 10:44:19 am

Title: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: PaulSinnema on April 22, 2007, 10:44:19 am
Hi,

I've created a Template for Visual Studio .NET 2005. This Template creates a Project with all the basic coding needed to create a Plugin for Media Center 12.0.213 or higher. It can be downloaded here:MC_CSPlugin.zip (http://web48.my.ibone.ch/downloads/MC_CSPlugin.zip)

To Install do the following:

Have fun!

Paul.
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: scthom on April 23, 2007, 12:36:42 am
Cool!  I need to learn how to do that.
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: PaulSinnema on April 23, 2007, 02:22:10 am
It's quite easy really only takes a lot of time to prepare. I found a discription on MSDN. I'll send you the link tonight!
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: Mr ChriZ on April 23, 2007, 03:27:40 am
Nice work Paul!  =)
Post the link on the forum, I'm sure alot of people could find it useful.
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: PaulSinnema on April 23, 2007, 03:29:51 am
Will do! Tonight local time (it's now 10:30 here).
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: PaulSinnema on April 23, 2007, 11:50:20 am
As promised: http://msdn2.microsoft.com/en-us/library/ms364046(VS.80).aspx (http://msdn2.microsoft.com/en-us/library/ms364046(VS.80).aspx)
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: PaulSinnema on May 01, 2007, 02:43:25 am
Before this thread is lost in the crowd shouldn't we keep it save someplace? I could describe it in the Wiki.
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: Mr ChriZ on May 01, 2007, 04:35:01 am
I'd describe it in the wiki, I've also added it to the top post
for this board
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: scthom on May 01, 2007, 08:14:58 am
Too bad it doesn't work for C++, only C#.
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: PaulSinnema on May 01, 2007, 11:28:29 am
Hi Scot,

Well there is a solution to that problem. Switch to C#, it's great fun!

Paul.
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: PaulSinnema on May 03, 2007, 05:12:01 pm
I've discovered a little problem with the template. In it a file called Template.snk is present. After you've created a new project with the template this file can be found in the Project Explorer. If you plan to build more than 1 plugin with the template it is best to remove this file from your project and create a new one executing the Strong Name Tool (sn.exe) from the "Visual Studio 2005 Command Prompt".


Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: JimH on May 07, 2008, 08:12:22 am
Paul,
I fixed your first post and removed your last.

Thanks.
Title: Re: Media Center 12 C# Plugin Template for Visual Studio .NET 2005
Post by: PaulSinnema on May 08, 2008, 04:09:15 am
Hi Jim,

You fixed and removed. Ok... what did I do wrong? I realy think it's time I moved the Post to the Wiki. As soon as I have the time I will proceed and do that. My old Website will be off-line by the end of this year. I also need to fix the Help pages in the plugins I wrote, since they use the old url which is not available anymore. I think I will incorporate them into the plugin. Changes on my website then have no influence on the content in the plugin.

Greetz,
Paul.