Reply to thread

Hi, I am developer of RAWViewerPlugin and have run into a problem that I am having difficulty to sort it out. I'll be very happy if someone can help me in the process.

 

When I compile my plugin and install it, configuration.exe is always reporting that my plugin is not compatible. I am sure that my Assembly.cs file is decorated with these lines:

// MediaPortal plugin version compatibility

[assembly: CompatibleVersion("1.1.6.27644")]

[assembly: UsesSubsystem("MP.SkinEngine")]

[assembly: UsesSubsystem("MP.Config")]

 

Is there anything else Mediaportal is checking to see if the plugin is compatible?

NOTE: And my configurator.exe is not displaying incompatible plugins, and stays in memory even if I close the window. (I have to kill it from taskmanager to release the lock it places on the RAWViewerPlugin.dll).

NOTE2: I am running mediaportal 1.2.2.0, and configurator.exe reports the same on the main screen.

 

Any help is appreciated


Top Bottom