I am getting error below when assign a syntax to editor
editorHTML.SyntaxParser = SyntaxParser.HTML;
Please help what is the issue and how can we resolve it. I m using Trail version of Editor
Please let us know will this issue will be fixed in Paid version
************** Exception Text **************
System.TypeInitializationException: The type initializer for '
Code: C#
EO.WinForm.SyntaxEditor.Parser.SyntaxParser
' threw an exception. ---> System.EntryPointNotFoundException: Unable to find an entry point named 'Editor_GetInternalTokenInfo' in DLL 'm4.dll'.
at EO.WinForm.Internal.am.Editor_GetInternalTokenInfo(Int32 A_0)
at EO.WinForm.Internal.am.a(String A_0, Int32 A_1, an A_2)
at EO.WinForm.Internal.o.a(String A_0, Int32 A_1, an A_2)
at EO.WinForm.Internal.a..ctor(String A_0)
at EO.WinForm.SyntaxEditor.Parser.SyntaxParser..cctor()
--- End of inner exception stack trace ---
at EO.WinForm.SyntaxEditor.Parser.SyntaxParser.get_HTML()
at IEFocus.IEFocus.treeviewDom_NodeMouseClick(Object sender, TreeNodeMouseClickEventArgs e) in D:\IEFocus\IEFocus\IEFocus\IEFocus.cs:line 957
at System.Windows.Forms.TreeView.OnNodeMouseClick(TreeNodeMouseClickEventArgs e)
at System.Windows.Forms.TreeView.WmNotify(Message& m)
at System.Windows.Forms.TreeView.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)
Thanks in Advance
Vinod K Singh
vinod.singh@srmtechsol.com