I've used the extensions plugin to update some other plugin (one of the is YouTube.fm). A step that was taken was apparently uninstalling the plugin first and then install the update.
Thing is that during the uninstall an exception is being thrown:
************** Exception Text **************
System.NotImplementedException: The method or operation is not implemented.
at MpeCore.Classes.InstallerType.GenericSkinFile.Uninstall(PackageClass packageClass, UnInstallItem fileItem)
at MpeCore.PackageClass.UnInstall()
at MpeInstaller.Dialogs.UnInstall.UnInstall_Shown(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnShown(EventArgs e)
at System.Windows.Forms.Form.CallShownEvent()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
The only thing to do is than kill the installation proces since there is nothing happening anymore.
Everytime that media portal starts it says there are pending installs. Anyone a idea how to get rid of this?
Thanks in advance.
Thing is that during the uninstall an exception is being thrown:
************** Exception Text **************
System.NotImplementedException: The method or operation is not implemented.
at MpeCore.Classes.InstallerType.GenericSkinFile.Uninstall(PackageClass packageClass, UnInstallItem fileItem)
at MpeCore.PackageClass.UnInstall()
at MpeInstaller.Dialogs.UnInstall.UnInstall_Shown(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnShown(EventArgs e)
at System.Windows.Forms.Form.CallShownEvent()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
The only thing to do is than kill the installation proces since there is nothing happening anymore.
Everytime that media portal starts it says there are pending installs. Anyone a idea how to get rid of this?
Thanks in advance.