Hi Infragistics Team,
I have one Question ? we are early used infragistics Version is 1.0.3300.0 . now updating the latest Version is 15.1.20151.1018. if using 15.1 version control it's refer only old version dll & Namespace also . and try to delete all old dll everthing . but it's refer only old dll only . using framework 4.0 & 4.5 also .
do you need to full migrating new projects( if create new Application same Architech & each aspx pages added ) . ? or give me any solution . now we are updating 15.1 version . just open the old solution file . it's loaded latest version controls.
here attached screen shot also . please give any solution . can you provide the contact no . I will call you .
Hi Stanimir,
I can Delete the old dll file in c Drive . now working fine .. Thanks for Replay .
Hello,
I'm just following up to see if you need any further assistance with this issue. If so please let me know.
Here you can find more information on the matter:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2013.1/CLR4.0/html/Classic_Control_Migration_Guide.html
http://ko.infragistics.com/community/blogs/taz_abdeali/archive/2010/03/04/asp-net-product-changes.aspx
/Upgrading of the classic controls/
You basically have two options:1) Migrate to the new controls. In other words change all the old controls with their new aikido equivalents. However keep in mind that will require a considerable amount of effort since the Aikido controls are based on a different framework and most of the properties ,methods and events will not match with the ones you had for the classical controls.2) You can use the so called version-free assemblies. They ship as part of the installation so you can find them in the directory where you installed the product. By default it should be:C:\Program Files (x86)\Infragistics\NetAdvantage 2012.2\ASP.NET\Version-FreeThese assemblies can be used with other assembly versions. So you can use your old assemblies for the classical controls together with them. There’s an example and a walkthrough on how to set that up in the “I am in the middle of migrating over to the new toolset, how can I use both Classic & New Controls?” section at the following link: http://ko.infragistics.com/community/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspxThere are two download links there. Select the one for your CLR. The download will contain an “Upgrade Guide” and a zipped example “OldAndNew”.Let me know if you have any questions or if you need further assistance.