Issue in Syntax Editor

SyntaxEditor for Windows Forms Forum

Posted 19 years ago by Beehive
Avatar
hi,
i am using ur syntax editor control(2.5.151.0) as user contol.i am using MDI
and all mdi's child form contains this user control.whenever i add or delete new
method or event in user control then follow problem occurrs.

C:\Beehive\BeeSysCodeEditior\licenses.licx Could not transform licenses file 'licenses.licx' into a binary resource. (1) : error LC0003 : Unabled to resolve type 'ActiproSoftware.SyntaxEditor.SyntaxEditor, ActiproSoftware.SyntaxEditor, Version=2.5.151.0, Culture=neutral, PublicKeyToken=8f6aba0139aba723'

Another Issue:

i want to add or delete a node in any particular
outlining node.(in particular position)

public void test(string strAction)
{
MessageBox.Show(strAction);
}

how can i do it.


waiting for your reply
beehive System

Comments (1)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
It looks like your licenses.licx entry is wrong. There is a new PublicKeyToken for 2.5. You can get it in the test project or right here:
ActiproSoftware.SyntaxEditor.SyntaxEditor, ActiproSoftware.SyntaxEditor, Version=2.5.151.0, Culture=neutral, PublicKeyToken=c4cd476ffc9028b7

Our documentation has a topic called Manual Outlining that tells how to work with manual outlining nodes. Check that out.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.