exp-tve3.5-prepare-merge-foldok-sebtest (1 Viewer)

jehe

Portal Pro
February 15, 2011
694
216
57
Home Country
Belgium Belgium
Hello,

After reading the following thread:https://forum.team-mediaportal.com/threads/mp2-tv-server.104126/page-4
I am trying to compile the following git branch:EXP-TVE3.5-PREPARE-MERGE-FOLDOK_SEBTEST
Now I'm attempting to build the mediaportal part , but here I have a few problems.
There are some references not present, (utils.dll, core.dll ... see screen shot), should I remove these references or copy the missing. dll's in the MediaPortal.Base folder?
errors mediaportal solution.JPG

Jean
 
Last edited:

gibman

Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    hi..

    thanks for trying this new "puppy" out.

    open the mediaportal.sln
    and compile it in release mode.

    then try again.

    /gibman
     

    jehe

    Portal Pro
    February 15, 2011
    694
    216
    57
    Home Country
    Belgium Belgium
    Hello gibman,

    I think I have built the solution in Release mode .
    I 'm not sure, because not on computer.
    I'll try again tomorrow.
    Thanks for your help.

    Jean
     

    jehe

    Portal Pro
    February 15, 2011
    694
    216
    57
    Home Country
    Belgium Belgium
    Hello,
    Small update;
    After I've commented out the following line: / / using Mediaportal.TV.Server.TVLibrary.Interfaces.Logging;
    the mediaportal solution compiled without errors.

    Jean
     

    jehe

    Portal Pro
    February 15, 2011
    694
    216
    57
    Home Country
    Belgium Belgium
    Hello,

    After I've commented out the following:
    Code:
        switch (OSInfo.OSInfo.GetOSSupported())
          {
            case OSInfo.OSInfo.OsSupport.Blocked:
              //Log.Error("*******************************************");
            // Log.Error("* ERROR, OS can't be used for MediaPortal *");
            // Log.Error("*******************************************");
              if (dispMessage)
              {
                MessageBox.Show(MSG_NOT_INSTALLABLE, OSInfo.OSInfo.GetOSDisplayVersion(), MessageBoxButtons.OK,
                                MessageBoxIcon.Error);
              }
              Environment.Exit(-100);
              break;
            case OSInfo.OSInfo.OsSupport.NotSupported:
              //Used .Info as .Warning is missing
              //Log.Info("*******************************************");
              //Log.Info("* WARNING, OS not officially supported    *");
              //Log.Info("*******************************************");
              if (dispMessage)
              {
                res = MessageBox.Show(MSG_NOT_SUPPORTED, OSInfo.OSInfo.GetOSDisplayVersion(), MessageBoxButtons.OKCancel,

    the mediaportal tv server solution compiled without errors.
    If I do something wrong let me know, I have only basic knowledge of the programming process.o_O

    Jean[DOUBLEPOST=1353155394][/DOUBLEPOST]Hello gibman,

    Is it necessary to compile TVServiceTests.sln and TvPluginTests.sln, I get quite a few errors at compile time.

    Jean
     

    jehe

    Portal Pro
    February 15, 2011
    694
    216
    57
    Home Country
    Belgium Belgium
    Hello,

    The "ServiceAgents.csproj" file is not present in the zip file.
    Can you (anyone) upload it to github.

    Thx.
    Jean
     

    jehe

    Portal Pro
    February 15, 2011
    694
    216
    57
    Home Country
    Belgium Belgium
    Hello,

    Maybe I have not expressed myself well enough, my english is horrible.
    So, when I open the Mediaportal.TV.TvPlugin.sln in visual studio it asks for the ServiceAgents.csproj file which is not present in the downloaded branch.
    Can someone tell me how I can solve this in the right way
    kind regards
    Jean
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Hi Jean

    Is it necessary to compile TVServiceTests.sln and TvPluginTests.sln, I get quite a few errors at compile time.
    No, not necessary.

    The "ServiceAgents.csproj" file is not present in the zip file.
    Can you (anyone) upload it to github.
    gibman will need to help with that I think.

    Maybe I have not expressed myself well enough, my english is horrible.
    Not so bad. :)

    So, when I open the Mediaportal.TV.TvPlugin.sln in visual studio it asks for the ServiceAgents.csproj file which is not present in the downloaded branch.
    Can someone tell me how I can solve this in the right way
    The TV plugin project is also included in the TV server solution at the moment. I think the idea is that if you build the server then you don't need to build the plugin again.

    Note: this branch is much less stable than my previous branch that you were using. I'm glad that you're willing to try it, but I'm not sure that it is ready for you to test yet. Up to you though of course. :)

    Warm regards,
    mm
     

    jehe

    Portal Pro
    February 15, 2011
    694
    216
    57
    Home Country
    Belgium Belgium
    Hello mm,

    How are you, I hope all is well.
    Well I'm trying to compile this branch, more as a hobby, winter is coming on this side of the world.
    Then I want to install it on a virtual machine in cooperation with mediaportal 2

    Vriendelijke groeten,
    Jean
     

    gibman

    Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    ServiceAgents.csproj has been deleted, since all its classes were moved to the tvcontrol project instead.

    into this folder to be more specific:
    TvEngine3\Mediaportal\TV\Server\TvControl\ServiceAgents

    /gibman
     

    Users who are viewing this thread

    Top Bottom