2010-05-03 22:46:52.597325 [ERROR][MPMain(1)]: C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Black Glass\myonlinevideos.xml("Date Value" [1,2]): The type or namespace 'Description' could not be found
2010-05-03 22:46:52.601326 [ERROR][MPMain(1)]: C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Black Glass\myonlinevideos.xml("Director Value" [1,2]): The type or namespace 'Description' could not be found
2010-05-03 22:46:52.604326 [ERROR][MPMain(1)]: C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Black Glass\myonlinevideos.xml("Actors value" [1,2]): The type or namespace 'Description' could not be found
the problem is actually the <Description> tag instead of <description> (lowercase)![]()
Italy
I'm in Venice for 3 days. I think i'll update the skin on friday.Finally got the time to update to latest svn of both MP and BlackGlass. I now have 3 lines instead of 2
So I digged into the code and made the log line plenty of info to fix the issue.
This is the result:
Code:2010-05-03 22:46:52.597325 [ERROR][MPMain(1)]: C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Black Glass\myonlinevideos.xml("Date Value" [1,2]): The type or namespace 'Description' could not be found 2010-05-03 22:46:52.601326 [ERROR][MPMain(1)]: C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Black Glass\myonlinevideos.xml("Director Value" [1,2]): The type or namespace 'Description' could not be found 2010-05-03 22:46:52.604326 [ERROR][MPMain(1)]: C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Black Glass\myonlinevideos.xml("Actors value" [1,2]): The type or namespace 'Description' could not be found
So, I was right
Tgx, please remove "Description" for those 3 fields as it seems it's not supported for.
Simone