Reply to thread

I had this exact same issue, you need to alter the Assemblyinfo.cs code within the project properties folder.


Make sure you add "using MediaPortal.Common.Utils;" to the includes and also add the common.utils.dll as a reference, finally add the following at the bottom of the code:


Top Bottom