A
Alex
Hello.
I am having a bit of a problem with my C# Word add-in.
I noticed that my assemblies are cached in several places
under C:\Documents and Settings\<user>\Local Settings\Application Data\assembly\dl2\...
and under C:\Documents and Settings\<user>\Application Data\Microsoft\VisualStudio\7.1\ProjectAssemblies\...
When Word loads my add-in, some of the assemblies will be taken from the above caches.
Normally, it isn't a problem as the caches seem to be in sync with the actual assemblies.
However, when we change the version numbers (say, from 1.0.0.5 to 1.0.0.6), the synchronization breaks and Word will load the older versions from the cache.
Usually we exit all instances of Visual Studio, manually clean the two directory trees above and rebuild the project.
This works but it is a bother.
Is there a way to disable the caching?
Best wishes,
Alex.
I am having a bit of a problem with my C# Word add-in.
I noticed that my assemblies are cached in several places
under C:\Documents and Settings\<user>\Local Settings\Application Data\assembly\dl2\...
and under C:\Documents and Settings\<user>\Application Data\Microsoft\VisualStudio\7.1\ProjectAssemblies\...
When Word loads my add-in, some of the assemblies will be taken from the above caches.
Normally, it isn't a problem as the caches seem to be in sync with the actual assemblies.
However, when we change the version numbers (say, from 1.0.0.5 to 1.0.0.6), the synchronization breaks and Word will load the older versions from the cache.
Usually we exit all instances of Visual Studio, manually clean the two directory trees above and rebuild the project.
This works but it is a bother.
Is there a way to disable the caching?
Best wishes,
Alex.