On 5 Sep, 01:35, "Jason Jones" <[EMAIL PROTECTED]> wrote:
> I took a quick look at your code and saw a few things:
>
> You need to make sure that your addins.xml and source code are in
> sync. In your xml file, you specify the item source as:
>
> <Extensions path="/Do/ItemSource">
>   <ItemSource type="Do.Plugins.Radio.RadioItemSource" />
> </Extensions>
>
> but the item source in your code is under the GNOME namespace:
>
> namespace GNOME {
>         public class RadioItemSource : IObject
>
> So the fully qualified names don't match. You should change the
> namespace in your code to reflect your project name, eg Radio, and
> changed the addins.xml file to reflect the correct fully qualified
> name, Radio.RadioItemSource

One of the things I don't i have yet to understand is the
namespacething in C#. But I'll change my namespace to Radio.

> Additionally, your item source is implementing the IObject
> interface--you need to implement the IItemSource interface instead.

Yeah i know that i should use IItemSource but i get compileerrors with
that. I swithched to IObject cause i just wanted to see if I could get
some output.

cheers
Anders
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GNOME Do" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/gnome-do?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to