Hi,
We were using Infragistics v11.2.x.2046 (for WPF) in our VS 2010 solution. We installed the Infragistics service release which upgraded the Infragistics dll versions to v11.2.x.2242. After this our app won't run, it still looks for the .2046 dlls. We saw that the older version details were present in the licenses.licx file, we used the Infragistics version utility to upgrade the solution and it cleared the licenses.licx file. Even after this the app won't run, it still is looking for the .2046 dll version, can you suggest anything to fix this?
Thanks.
Hello Padmaja,
I am not pretty sure what version you are trying to upgrade. If you just want to upgrade to the latest build of a specific version, let’s say 14.2, you can navigate to My Keys & Downloads section under your account at www.infragistics.com. Then after choosing the registered key for 14.2 you can select the Service Releases tab below and download the latest product package. By default the latest assemblies could be found under the Infragistics folder e.g. C:\Program Files (x86)\Infragistics\2014.2\WPF\Bin.Let me know if you need further assistance on the same.
Hi Maria,
I am facing a similar issue. Please advise from where to pick up the references so that I can replace in the current references file.
Regards,
PA
Hello Arpita,
I have created a support ticket about this issue with reference number CAS-102411-K5B6Y4 and update you with more information through it.
This does not help, I still get this error:
- The exception message was: Could not load file or assembly 'InfragisticsWPF4.OutlookBar.v11.2, Version=11.2.20112.2046, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.
I have referred it from the above path that you have mentioned. Maybe while it is running it is checking directly in Windows\assembly instead of the above one? This is causing lot of delays, anything else I need to check to fix this?
The WPF4 assemblies are not located in the same location as the WPF3. The WPF4 are placed in the C:\Windows\Microsoft.NET\assembly\GAC_MSIL folder. The following steps describe how to upgrade your project to the new version:
1. Close the Visual Studio in which your solution is opened (if it is opened).
2. Delete bin and obj folder from all the projects in your solution
3. Open your solution in Visual Studio
4. Remove the assemblies from the References and then add them again (from the Global Assembly Cache).
5. Set Copy Local property of all the Infragistics assemblies that you are using to False
6. Set the Specific Version property of all the Infragistics assemblies that you are using to False.
7. Clean and Rebuild your project.
Would you please try these steps and let me know if they help you?
Thank you.