Run into a problem of version checking for my plugin (1 Viewer)

narsor

Portal Member
August 28, 2010
42
11
Home Country
Netherlands Netherlands
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
 

narsor

Portal Member
August 28, 2010
42
11
Home Country
Netherlands Netherlands
solved, it was caused by an unterminated thread in the plugin
 

Users who are viewing this thread

Top Bottom