Can someone tell me what .dll contains mediaportal.settings?
Trying to compile "myfilms" and VS is complaining that
"the type or namespace name 'Profile' does not exist in the namespace 'MediaPortal' (are you missing an assembly reference?)"
and highlights this line
private MediaPortal.Profile.Settings MyFilms_xmlwriter = new MediaPortal.Profile.Settings(Config.GetFile(Config.Dir.Config, "MyFilms.xml"));
Although it looks to me like I have all the correct references...core, dialogs, databases, utils, etc.
Thanks
Trying to compile "myfilms" and VS is complaining that
"the type or namespace name 'Profile' does not exist in the namespace 'MediaPortal' (are you missing an assembly reference?)"
and highlights this line
private MediaPortal.Profile.Settings MyFilms_xmlwriter = new MediaPortal.Profile.Settings(Config.GetFile(Config.Dir.Config, "MyFilms.xml"));
Although it looks to me like I have all the correct references...core, dialogs, databases, utils, etc.
Thanks