Salut Bef,Je croyais avoir tout suivi, mais apparement non. Dans l'outil de config de MP, dans la partie "Télévision/Client TV", le champ "hostname" est grisé: ça veut dire quoi?[/b]
TVClient.cs :
if (System.IO.File.Exists(Config.GetFolder(Config.Dir.Plugins) + "\\Windows\\TvPlugin.dll"))
{
// Enable this Panel if the TvPlugin exists in the plug-in Directory
this.Enabled = true;
.........................................
}
else this.Enabled = false;
J'espère que ça vous dit qqchoseSee the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.Configuration.Sections.Music.SaveSettings()
at MediaPortal.Configuration.SettingsForm.SaveSectionSettings(TreeNode currentNode)
at MediaPortal.Configuration.SettingsForm.SaveAllSettings()
at MediaPortal.Configuration.SettingsForm.applyButton_Click(Object sender, EventArgs e)
at MediaPortal.Configuration.SettingsForm.okButton_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)
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
[/b]