Reply to thread

Hi there, I am getting build errors on Master.


Showing this code:

using System;

using MediaPortal.GUI.Library;

using MediaPortal.Dialogs;

using TvDatabase;

using Common.GUIPlugins;

using Action = MediaPortal.GUI.Library.Action;


namespace TvPlugin

{

  public abstract class RecordedBase : WindowPluginBase

  {


Error   7   The type or namespace name 'GUI' does not exist in the namespace 'MediaPortal' (are you missing an assembly reference?)   MediaPortal-1-master\TvEngine3\TVLibrary\TvPlugin\TvPlugin\RecordedBase.cs   2   19   TvPlugin


Top Bottom