TV Engine 3 Plugins (1 Viewer)

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    I see that yeah... You know you are not helping.
    Well, from tapatalk and mobile phone I could be only fast in responses. For further help I could read the code if you post it and maybe compile it myself to see what's wrong myself. I'll try to find my own plugin I've written and will post assembly info here.
     

    Stéphane Lenclud

    Retired Team Member
  • Premium Supporter
  • April 29, 2013
    2,576
    1,294
    Home Country
    Germany Germany
    Ok so I added:

    Code:
    [assembly: CompatibleVersion("Own")]
    [assembly: UsesSubsystem("TVE")]

    But it looks like I need another assembly.
    The one that contains MediaPortal.Common.Utils.
     
    Last edited:

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    I already see it and solve it @ the time, but i don't remember what i have do exactly but it seem to be related to assembly and on what plugins lol
     

    Stéphane Lenclud

    Retired Team Member
  • Premium Supporter
  • April 29, 2013
    2,576
    1,294
    Home Country
    Germany Germany
    Looked up the required version in the code. I'll update that wiki page again.
    Code:
    [assembly: CompatibleVersion("1.1.8.0")]
    [assembly: UsesSubsystem("TVE")]
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation

    Users who are viewing this thread

    Top Bottom