I’ve used the “Reduce XAP size by using Application library caching” setting. I see that some dlls are now excluded from the .xap file but some aren’t, specifically
System.Reactive.dll
System.Windows.Controls.DataVisualization.Toolkit.dll
System.Windows.Controls.Theming.Toolkit.dll
System.Windows.Controls.Toolkit.dll
Any idea why this is the case?
thanks
The “Reduce XAP size” feature only leaves DLLs out of the XAP where there’s a .extmap file next to the DLL (for examples, you can look at any of the SDK assemblies under \Program Files (x86)\Microsoft SDKs\Silverlight\vX.0\Libraries\Client and their respective extmap files). The assemblies that are still being included probably are either missing the extmap file, or it’s somehow improperly defined.