Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Error while upgrading infragistics WPF version
posted

Team,

There is a requirement to upgrade Infragistics WPF version.

My application has license to the version Infragistics3.Wpf.Editors.v8.2 and I have downloaded latest trial version v16.1 to see what all are break.

I have tried replacing the above editor dll with the trial version InfragisticsWPF4.Editors.v16.1.dll.  

I am getting the error below error.  Whats wrong here.. am i using wrong dll or namespace has to be changed?

i am new to WPF and infragistics... :)  Note: similar error occurs with other dll as well.. like ribbon etc.. 

Error 197 The tag 'XamDateTimeEditor' does not exist in XML namespace 'http://infragistics.com/Editors'. Line 213 Position 22. ...Template.xaml 

...... xmlns:igEditors="http://infragistics.com/Editors">

<igEditors:XamDateTimeEditor
Width="150"
Margin="5,5,5,5"
IsAlwaysInEditMode="True"
DisplayMode="IncludeBoth"
InvalidValueBehavior="RetainValue"
Value="{Binding EffectiveDate}" ............

Thanks in advance

Dinesh

  • 1530
    posted

    Hi DineshKumar,

     

    In order to be able to upgrade your project to latest WPF4 compatible dlls you will need to have .NET 4(or above) version installed and your target platform of the project should be also .NET 4(or above) and then you can change the references manually in your project targeting the following dlls:

     

    1) InfragisticsWPF4.Controls.Editors.XamCalendar.v16.1.dll

    2) InfragisticsWPF4.Editors.v16.1.dll

    3) InfragisticsWPF4.v16.1.dll

     

    Or you can use our Version Utility tool to upgrade to 16.1. You can read more about how to do this in the following topic. Please review the topic and the attached sample and if you still have some issues with upgrading to 16.1 try to install available updates of your Visual Studio and see whether this resolves the error.


    xamDateEditor.zip