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
4970
Can't put InfragisticsSL4.Controls.Menus.XamRibbon.v11.1.dll in library cache
posted

I tried to use setting "Reduce XAP size by using application library caching" to put all infrigistics assemblies in cache. it is okay for most of them, but can't do it for InfragisticsSL4.Controls.Menus.XamRibbon.v11.1.dll.

The map file I used for this assembly is:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <assembly>
    <name>InfragisticsSL4.Controls.Menus.XamRibbon.v11.1</name>
    <version>11.1.20111.1004</version>
    <publickeytoken>7dd5c3163f2cd0cb</publickeytoken>
    <relpath>InfragisticsSL4.Controls.Menus.XamRibbon.v11.1.dll</relpath>
    <extension downloadUri="InfragisticsSL4.Controls.Menus.XamRibbon.v11.1.20111.1004.zip" />
  </assembly>
</manifest>

the file name is InfragisticsSL4.Controls.Menus.XamRibbon.v11.1.extmap.xml.

Not sure why. Maybe because of publickeytoken? Help please.