WPF in an IFrame not updating
-
I have created a WPF Browser Application in VS2008. I've then added to XBAP to my webpage in a IFRAME
This works fine, and displays the WPF. The problem is, IE never seems to clear its cache and get the latest XBAP once I've updated the WPF control. It always looks at the old control. I've set my cache to always update every time I visit a page, and I've also cleared my history etc but it still looks at the old version. Does anyone know how to solve this? Regards, Gareth. (FKA gareth111)
-
I have created a WPF Browser Application in VS2008. I've then added to XBAP to my webpage in a IFRAME
This works fine, and displays the WPF. The problem is, IE never seems to clear its cache and get the latest XBAP once I've updated the WPF control. It always looks at the old control. I've set my cache to always update every time I visit a page, and I've also cleared my history etc but it still looks at the old version. Does anyone know how to solve this? Regards, Gareth. (FKA gareth111)
Open up a Visual Studio Command Prompt, then run "mage -cc". Basically, as long as the version is the same it will probably not pull the updated version. For more information go here[^]
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com
-
Open up a Visual Studio Command Prompt, then run "mage -cc". Basically, as long as the version is the same it will probably not pull the updated version. For more information go here[^]
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com