namespaces (1 Viewer)

keith2045

Portal Pro
February 16, 2006
264
2
Missouri
Home Country
United States of America United States of America
I'm trying to learn C#, i have some basic knowledge on C, so i'm getting a few things. I've got a plugin that i'm trying to compile but am getting an error. It is complaining about 2 namespaces, Videos and Dialogs. It says Videos does not exist in Mediaportal.GUI and Dialogs does not exist in Mediaportal. I'm guessing that i need to add some references for those 2 namespaces, but which one? I have Core, System.Windows.Forms
 

gamejester

Retired Team Member
  • Premium Supporter
  • May 13, 2007
    418
    37
    Home Country
    United Kingdom United Kingdom
    What is the plugin?
    Have you added reference to the core projects that are required for your plugin into your solution?
     

    keith2045

    Portal Pro
    February 16, 2006
    264
    2
    Missouri
    Home Country
    United States of America United States of America
    I figured it out, not sure what i did, but it is working now.

    mzemina - not yet, i want to enhance a few other plugins to get the hang of things. I'm currently working on 'My Podcasts' and i want to work on the Netflix plugin as well. I think if i can get those the way i want then i should be able to get the Hulu one, they are all internet videos so it shouldnt be that hard. Do you know if hulu has an api? I know Boxee has a plugin for hulu, but i dont know how they did it.
     

    Users who are viewing this thread

    Top Bottom