I recently installed NetAdvantage_Silverlight5_20112.2031_SR.exe and now my project won't compile.
I created a very simple silverlight 5 app that only references these DLLs, and it fails to compile.
InfragisticsSL5.Controls.Maps.XamMap.v11.2.dllInfragisticsSL5.DataVisualization.v11.2.dllInfragisticsSL5.v11.2.dll
Seems like either XamMap didn't get updated with SR2031 on my machine, or at all in SR2031.
Hello,
Thank you for your post. I have been investigating the behavior that you have described and after installing the 2031 service release the assembly for the XmMap control is also updated. I have created a sample application that contains a XamMap control and uses the 2031 service release and the InfragisticsSL5.Controls.Maps.XamMap.v11.2.dll is the same version as the other assemblies in the application (build 11.2.20112.2031). I am attaching the sample application and a video of creating it:
This type of issues might be caused if the InfragisticsSL5.Controls.Maps.XamMap.v11.2.dll assembly is not referenced form the Global Assembly Cache and when the service release is installed the reference to that assembly does not point to the assembly with the new version. I can suggest following the steps below:
1. Delete bin and obj folder from your project
2. Remove the assemblies form the References and then add them again (from the Global Assembly Cache).
3. Set the Specific Version property of all the assemblies that you are using to False.
4. Clean and Rebuild your project.
Please let me know if after following these steps the issues still appears in you project.
Looking forward to hearing from you.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Krasimir.
the issue still applies.
I installed the software on a fresh windows install, and I still do not have the new version of the xam map assembly.
I'm attaching a report that contains all the assemblies and their versions along with the log files from applying the MSP (the service pack).
Please see if you can determine exactly why I'm not getting the new version.
also - for the record, your silverlight assemblies aren't GACed. Core-CLR (Silverlight) doesn't use the GAC.
forum software only allows one post. this is in regards to previous message.