|
Rank: Member
Groups: Registered
Joined: 9/2/2009 Posts: 19
|
Am now using TXTextControl 18 and the Keyoti.Thesaurus.TXTextControlAdapter.v18 was using TxTextControl15 and Keyoti.Thesaurus.TXTextControlAdapter.v15
Now can not get project to compile with error Error 1 Unable to resolve type 'Keyoti.Thesaurus.Model.ThesaurusEngine, Keyoti.Thesaurus.Model' C:\VBNetWork\RMIS\My Project\licenses.licx 12 RMIS
Have tried everything I can think of Licenses.licx entires and references
Works fine using older controls
Or could this be a problem using Net Framework 4?
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
In the licenses.licx, this part on the end "Keyoti.Thesaurus.Model" is the name of the assembly you're referencing, and I expect it's actually now Keyoti.Thesaurus.Model.NET2 so just change your line to Keyoti.Thesaurus.Model.ThesaurusEngine, Keyoti.Thesaurus.Model.NET2 please Jim -your feedback is helpful to other users, thank you!Evaluation Downloads-your feedback is helpful to other users, thank you!
|
|
Rank: Member
Groups: Registered
Joined: 9/2/2009 Posts: 19
|
error message is just cut off in prior post.
Doug
|
|
Rank: Member
Groups: Registered
Joined: 9/2/2009 Posts: 19
|
More Info,
Using one of the examples included with the thesaurus switching the target framework to net framework 4 causes the same error.
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Wonder if it's just this http://msdn.microsoft.com/en-us/library/ee890038(VS.100).aspx since you downloaded the DLLs from our forum - btw, you did reference the core DLLs (Keyoti.Thesaurus.model.net2.dll Keyoti.Thesaurus.Windows.net2.dll ) from the ZIP in place of the ones that are installed with the MSI right? Otherwise, can you post the complete error as it is now please? Thanks Jim -your feedback is helpful to other users, thank you!Evaluation Downloads-your feedback is helpful to other users, thank you!
|
|
Rank: Member
Groups: Registered
Joined: 9/2/2009 Posts: 19
|
Jim,
You nailed it, After UnBlocking the DLL's allowed the compile to succeed.
Still testing application for proper operation, but looks good so far.
Thanks Doug
|
|