Saturday 25 August 2012

How to clear clickonce deployment cache

As per standard development process we are hosting application after new Iteration (Aglie Methodology) or module development. For client testing we are hosting new application version after every release on hosting server.

Here we come to an issue where our application hosting newer version referring to the assemblies of old application hosting assemblies version. This was creating an issue with application as we have fixed defects are still appearing on newer version of assemblies!!!! ????. This is a standard problem with clickonce deployment. To overcome this issue we can do the following steps.
  1.       Go to start windows à Run menu.
  2.       Run the following command rundll32 dfshim CleanOnlineAppCache

No comments:

Post a Comment

Custome Service Class to connect wcf service

  using  System; using  System.ServiceModel; namespace Custom.Service.Client {      // Borrowed from: http://old.iserviceoriented.com/blog/p...