.NET ClickOnce deployment and wrong assemblies called after updated version -
I have a click-on application (app1) that calls DLL files from any other solution (app 2) . I recently updated this app in a customer and it's a strange thing.
The new version was found (in the published version Control Panel / Add or Remove Programs ) app1 and the application version was correctly inspected in the application. But the DLL file called from the referred solution (app 2) was still old.
We have C: \ Documents and Settings \ Username \ Local Settings \ Application \ 2.0 \ code> and re-installed. This time there was no problem, the correct DLL files were called.
One thing to mention is that the version number is completely different in the new version altogether because when we see it & nbsp; Studio & nbsp; Changed view when renewing from 2005 & nbsp; Studio & nbsp; 2008. Older / New Published Version: 1.0.0.6 / 1.9.1.6.
It appears in a bug that has the .NET Framework 3.5 SP1.
I have decided to:
- Clean the .NET online cache at the command prompt: "rundll32 dfshim CleanOnlineAppCache"
- All in the context of the same problematic assembly. Remove NET-applications.
- Reinstall all applications.
Comments
Post a Comment