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
165
cannot compile after installing SR2031
posted

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.dll
InfragisticsSL5.DataVisualization.v11.2.dll
InfragisticsSL5.v11.2.dll

Seems like either XamMap didn't get updated with SR2031 on my machine, or at all in SR2031.

 

SilverlightApplication1.zip
Parents
  • 30945
    Offline posted

    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

Reply Children