Up to now, eM client has been working fine.
Now, whenever I try to forward an email, eM client dies and I drop back to my desktop.
This is the first part of the error message…
The following error has occurred:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.ArgumentException: Prefix “xmlns” is reserved for use by XML.
at System.Xml.XmlWellFormedWriter.PushNamespaceImplicit(String prefix, String ns)
at System.Xml.XmlWellFormedWriter.WriteStartAttribute(String prefix, String localName, String namespaceName)
at MailClient.Common.UI.HtmlUtils.WriteAttributes(XmlReader reader, XmlWriter writer)
at MailClient.Common.UI.HtmlUtils.WriteShallowNode(XmlReader reader, XmlWriter writer, Boolean rewriteHtmlBodyTags)
at MailClient.Utils.HtmlComposer.handleDefault()
at MailClient.Utils.HtmlComposer.Read()
at MailClient.UI.Forms.formSendMail.composeReplyOrForward(SendResponseType responseType, ReplyForwardStyle style, formSendMail NewMail, IMail decodedMail)
at MailClient.UI.Forms.formSendMail.createReplyOrForward(SendResponseType responseType, formSendMail NewMail, IMail decodedMail)
at MailClient.UI.Forms.formSendMail.CreateForward(IMail mail, String to)
at MailClient.UI.Mail.CommonOperations.<>c.b__44_0(IMail message)
at MailClient.UI.Mail.CommonOperations.PerformMailAction(IEnumerable`1 messages, MailActionType forwardReplyType, IWin32Window owner)
at MailClient.UI.Controls.controlConversations.PerformMailAction(Boolean context, MailActionType forwardReplyType)
at MailClient.UI.Controls.controlMessagesContainer.PerformMailAction(Boolean context, MailActionType forwardReplyType)
at MailClient.UI.Forms.formMain.stripButton_Forward_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at MailClient.Common.UI.Controls.ControlToolStrip.ControlToolStripButton.PerformClick()
at MailClient.Common.UI.Controls.ControlToolStrip.ControlToolStripButton.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.UserControl.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.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at MailClient.Program.<>c.b__90_1()
— End of inner exception stack trace —
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object parameters, Object arguments)
at System.Delegate.DynamicInvokeImpl(Object args)
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
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()
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at MailClient.Common.UI.Forms.BaseForm.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.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at Xilium.CefGlue.Interop.libcef.run_message_loop()
at MailClient.Program.Main(String args)
Any ideas???