Normal
I changed the C# project from .NET 4 to .NET 3.5, I added this lines in the AssemblyInfo: using MediaPortal.Common.Utils;[assembly: CompatibleVersion("1.1.6.27644")][assembly: UsesSubsystem("MP.SkinEngine")][assembly: UsesSubsystem("MP.Config")] and I added the reference to Common.Utils.dll And now.. It works! Thank you very much
I changed the C# project from .NET 4 to .NET 3.5, I added this lines in the AssemblyInfo:
using MediaPortal.Common.Utils;
[assembly: CompatibleVersion("1.1.6.27644")]
[assembly: UsesSubsystem("MP.SkinEngine")]
[assembly: UsesSubsystem("MP.Config")]
and I added the reference to Common.Utils.dll
And now.. It works!
Thank you very much