Reply to thread

This syntax is outdated, use the following instead:

[code]

  using (Settings reader = new MPSettings())

[/code]You also need to reference Utils.dll and import the MediaPortal.Profile namespace:

[code]

   Imports MediaPortal.Profile

[/code]


Top Bottom