Hi,
Two issues with the WPF tileview:
1) I have a .xbap file integrated within a asp.net page (.xbap file is called thru iframe). Some changes has been done to the .xbap file and is getting reflected when you run the WPF application. But when the asp.net page is run from the client's end, the older version is populated. I have also replaced the .xbap file in the asp.net folder.
"rundll32 %windir%\system32\dfshim.dll CleanOnlineAppCache" when run from the cmd cleared the cache and the newer version was loaded. But it is tedious to do so everytime.
Do we have an option where we can automate this (whenever the URL is accessed, the newer version of .xbap is shown) rather than the client clearing the cache manually every time.
2) I need to remove the forward and back navigation keys shown as default above the tileview control. Couldnt find any property. Please let me know how to hide them.
Two issues with the WPF tileview:
1) I have a .xbap file integrated within a asp.net page (.xbap file is called thru iframe). Some changes has been done to the .xbap file and is getting reflected when you run the WPF application. But when the asp.net page is run from the client's end, the older version is populated. I have also replaced the .xbap file in the asp.net folder.
"rundll32 %windir%\system32\dfshim.dll CleanOnlineAppCache" when run from the cmd cleared the cache and the newer version was loaded. But it is tedious to do so everytime.
Do we have an option where we can automate this (whenever the URL is accessed, the newer version of .xbap is shown) rather than the client clearing the cache manually every time.
2) I need to remove the forward and back navigation keys shown as default above the tileview control. Couldnt find any property. Please let me know how to hide them.