Sunday 13 May 2012

WPF Browser application suddenly not working for the client

Some times a WPF browser applications suddenly is not working for the client and appearing to him an error occurred when the application is starting , but in the design mode and in another machine working  fine,  this is mainly happened after publishing a new version into the server.

That is because a conflict happened between the DLLs for the old and new version, so we need to delete the old DLLs and rerun the new fresh version into the client machine by deleting and file or folder inside the below path .


C:\Users\'USER NAME'\AppData\Local\Apps\2.0

Do not hesitate to send to me any problems

Enjoy Debugging