Hi Infragistics Team,
We are installed infragistics 2015 v1 pack . it's loaded Two tool boxs(Infragistics 15.1 Asp.Net CLR 4.0 & 4.5 ) we are facing dll problem . why it's loaded two toll box . see the below screen shot . what ever delete the dll , if run the application it's again loaded dll . we are using .net 2013 & 4.5 Frame work.
Problem :
'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Infragistics4.Web.v15.\v4.0_15.1.20151.1018__7dd5c3163f2cd0cb\Infragistics4.Web.v15.1.dll'
'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Infragistics45.Web.v15.1\v4.0_15.1.20151.1018__7dd5c3163f2cd0cb\Infragistics45.Web.v15.1.dll'
please give me solution .
Thanks & Regards
Nagarajan P
9894916082
Nagarajan,
The two toolbox tabs are created for you to be able to choose whether you want to use the .NET 4.0 or .NET 4.5 assemblies. Both are visible because both can be used in a project targeting .NET Framework 4.5.
It is up to you to ensure that you only use a single version in your project. To correct the error you are getting you will need to remove the extra reference to the version that you don't want. Note that this may mean changing the reference on a specific page to the other version if only one register tag is present.
Let me know if you have any questions.