Reply to thread

After long research, I think that my problem is that the class doesn't exist in mediaportal.


In configurationnode.cs, after the line:

ConfigSetting cs = (ConfigSetting) pluginRuntime.InstantiatePluginObject(csm.ClassName);


cs is null.


In my plugin project I have set:

Assembly = <myplugin>

root namespace = "" (empty)


if I set root namespace = mediaportal.plugin.<myplugin>, the configuration is mediaportal.plugin.<myplugin>.mediaportal.plugin.<myplugin>


Must I add reference to mediaportal.plugin.<myplugin> ? and mediaportal.plugin.<myplugin>.configuration ?


I continue to search...


Top Bottom