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
115
CLR4.5 support on Infragistics Professional 2014.1
posted

Hi,

 

We develop several applications with Infragistics Professional 2014.1 for CLR 4.5 assemblies

<%@ Register Assembly="Infragistics45.Web.v14.1, Version=14.1.20141.2392, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.ListControls" TagPrefix="ig" %>
<%@ Register Assembly="Infragistics45.Web.v14.1, Version=14.1.20141.2392, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.EditorControls" TagPrefix="ig" %>
<%@ Register Assembly="Infragistics45.Web.v14.1, Version=14.1.20141.2392, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI" TagPrefix="ig" %>
<%@ Register assembly="Infragistics45.Web.v14.1, Version=14.1.20141.2392, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.LayoutControls" tagprefix="ig" %>
<%@ Register assembly="Infragistics45.Web.v14.1, Version=14.1.20141.2392, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.NavigationControls" tagprefix="ig" %>
<%@ Register assembly="Infragistics45.Web.v14.1, Version=14.1.20141.2392, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.GridControls" tagprefix="ig" %>
<%@ Register assembly="Infragistics45.WebUI.WebDataInput.v14.1, Version=14.1.20141.2392, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI.WebDataInput" tagprefix="igtxt" %>

We had to format the computer where the license was installed and don’t have a backup; so,  when installing the license, the controls are no longer appear (just for CLR 4.0).

 

How can get the installer with support for CLR 4.5?

 

Thanks,

 

Héctor Moreno

Parents
No Data
Reply
  • 375
    Offline posted

    Hello Hector,

    This has nothing to do with the license. The CLR4.5 assemblies will only be installed if the installer detects that .NET framework 4.5 or later is installed on the machine. Please install .NET 4.5 or later and run the Infragistics ASPNET installer again. It should install the CLR4.5 assemblies.

    Let us know if you need any additional help.

    Regards
    Vasil
    DevOps Engineer

Children