New guy, new problem...
Hello thread!
I just started up on this plugin to try to make my Antec Fusion v2 display work. On my first test installation (MP 0.2.2.0) i managed to get it up and running, but since I wanted to try TV3 i upgraded to 0.2.3.0 RC2.
And down went this plugin... *sigh*
When I try to configure it, I get a unhandled exception:
************** Exception Text **************
System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidCastException: Unable to cast object of type 'ProcessPlugins.ExternalDisplay.Settings' to type 'ProcessPlugins.ExternalDisplay.Settings'.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSettings.Write20_Settings(Object o)
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o)
at ProcessPlugins.ExternalDisplay.Settings.Save()
at ProcessPlugins.ExternalDisplay.SetupForm.btnOK_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
This seem to happen when MediaPortal tries to write the XML (ExternalDisplay.xml) file.
I dont want to downgrade, so if you dont have the time or version to test it I might just take a look at it a compile a new version myself. But I thought maybe you have a idea what this may be? Maybe the type 'ProcessPlugins.ExternalDisplay.Settings' has changed in RC2... Dunno yet.
And thanks for marvellous work!
Kind regards,
Tobias
Hello thread!
I just started up on this plugin to try to make my Antec Fusion v2 display work. On my first test installation (MP 0.2.2.0) i managed to get it up and running, but since I wanted to try TV3 i upgraded to 0.2.3.0 RC2.
And down went this plugin... *sigh*
When I try to configure it, I get a unhandled exception:
************** Exception Text **************
System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidCastException: Unable to cast object of type 'ProcessPlugins.ExternalDisplay.Settings' to type 'ProcessPlugins.ExternalDisplay.Settings'.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSettings.Write20_Settings(Object o)
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o)
at ProcessPlugins.ExternalDisplay.Settings.Save()
at ProcessPlugins.ExternalDisplay.SetupForm.btnOK_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
This seem to happen when MediaPortal tries to write the XML (ExternalDisplay.xml) file.
I dont want to downgrade, so if you dont have the time or version to test it I might just take a look at it a compile a new version myself. But I thought maybe you have a idea what this may be? Maybe the type 'ProcessPlugins.ExternalDisplay.Settings' has changed in RC2... Dunno yet.
And thanks for marvellous work!
Kind regards,
Tobias