[Info] Release 0.7 (x86/x64) - MPExtended, WebMP, Bootstrap skin by ajs - Hard way (3 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,627
    10,555
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #64
    nop, don't use, it's only for helping you
    I don’t use it either :) but suddenly it will be convenient, being outside the house to see something ... :ROFLMAO:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,627
    10,555
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #68
    but MP2 dev, don't use MPextended ?
    I realized what they were using, but a bit modified. Therefore, I do not understand why not make a new universal WEB interface. And they are not tied strictly to certain MP2 functions. As for me, there is MPExtended which gives the necessary information to the WEB server. And it doesn’t matter which version of MP. And already the web server displays it. Simple, convenient and versatile. And it can be used both in MP1 and in MP2. :)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,627
    10,555
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #69
    I see Home page on custom skin :)
    Screenshot_2020-06-19-12-48-23-500_com.microsoft.rdc.android.pngScreenshot_2020-06-19-12-46-05-012_com.microsoft.rdc.android.png
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,627
    10,555
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #70
    If in skin error like:

    Code:
    System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for system.web.webPages.razor/host: Could not load file or assembly 'System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (C:\Program Files\MPExtended\WebMediaPortal\www\skins\bootstrap\web.config line 5)
    ---> System.IO.FileLoadException: Could not load file or assembly 'System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    Try change this lines in skin Web.config:
    XML:
    <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
        <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
        <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
    </sectionGroup>
    to
    XML:
    <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
        <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
        <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
    </sectionGroup>
    Should work in Windows 10, Windows 2016 Server with ASP .Net 4.6
     

    Users who are viewing this thread

    Top Bottom