Hi,
XamRichTextEditor Available in 13.1 version or not?
If no, Please let me know
1)From which version this control exist.
2)Is it possible to refer this control latest(assume >13.1) DLL with other 13.1 version DLL’s
Regards,
Srinivas
Hi ,
The control was introduced in 13.2 version. It can be found earlier as CTP.
Also you can use it as version free with 13.1 version. You should add all dependencies of the version free dlls of 13.2 to your project: InfragisticsWPF.Undo, InfragisticsWPF.Documents.RichTextDocument, InfragisticsWPF, InfragisticsWPF.Controls.Menus.XamMenu, InfragisticsWPF.Controls.Editors.XamRichTextEditor.
You can read more about version free assemblies here.
Thanks for your reply and after doing provide steps i am getting below error.
Error 5 Unknown build error, 'Cannot resolve dependency to assembly 'InfragisticsWPF, Version=13.2.20132.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.'
Please help me on adding version free 13.2 dlls to other 13.1 version dlls.
Please check that the dlls are installed in Gac, or the place you refer 13.2 it contains all dependencies.
Here is the project I have tested this with locally copied dlls.