I know I’ve made this work before but now I don’t know what I am doing wrong.
- I create a new hosted Silverlight application.
- I added a button object on the MainPage.xaml setting CacheMode=”BitmapCache”
-
I edited my default.apsx file to add the following lines to the silverlight object tag :
<param name="EnableCacheVisualization" value="true" /><param name="EnableGPUAcceleration" value="true" /><param name="EnableFrameRateCounter" value="true" />
But I cannot see neither the FrameRateCounter or the CacheVisualization… What am I doing wrong here.
Thanks
Thank you both for your help, but I got my answer… It is really stupid, but those functions are not working with “Windows Server 2008“!!! I changed my workstation recently and wasn’t aware of that.
got my answer here : http://msdn.microsoft.com/en-us/library/dd833062(v=VS.95).aspx