ResolveAssemblyReference.cache
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
What is this file, and what is it used for?
The reason that I am asking is I am having an issue with my referenced
assemblies. I have several utility type assemblies/dlls that I am
trying to reference in a web solution. I modified the version of the
utility type dlls, and for some reason the web app is not able to load
the new version of the dll. For some reason, it is still looking for
the older version of the dll. I poked around the debug and obj
folders, and I see that there is a file named
ResolveAssemblyReference.cache. The interesting thing is that inside
this file is a reference to the older version of the dll. So, based
on the name of the file, and the behaviour that I am seeing, it looks
like the dlls are getting cached. I don't want this to happen. Any
suggestions on how to resolve this?
.
Relevant Pages
- Re: Probably an easy question re: Namespaces
... Why not just create an assembly (dll) with the shared code, ... make as many EXE files reference that assembly? ... > attempting to do is create a "core program" that will also have several ... >> I've never tried using the same namespace in multiple assemblies. ... (microsoft.public.dotnet.languages.csharp) - Re: Namespace Question
... >i saw that when i changed it to true my dll was copied to the bin folder ... >and only after i set the copylocal property to false and than to true ... >For the Reference Path Issue, ... Look for assemblies in directories specified with the Reference Path ... (microsoft.public.dotnet.languages.vb) - Re: Namespace Question
... >>i saw that when i changed it to true my dll was copied to the bin folder ... >>the reference by looking in the following locations, ... Look for assemblies in directories specified with the Reference Path ... >> tried to use the GAC but the process to convert dll to be strong name ... (microsoft.public.dotnet.languages.vb) - Error: The dependency in cannot be copied...(references in vs.net2
... Within my group of developers we have a list of library components we develop ... solutions/projects reference these "released" .dll's. ... These assemblies are ... application has the most recent .dll. ... (microsoft.public.dotnet.general) - Re: Is that possible to call .net 2.0 com component fro .net 1.1 application?
... For some reason you have lost your senses. ... I know you must understand backward compatibility but come on Linda, has working around the fascists corrupted your reasoning to the extent that you believe Microsoft, ESRI or anybody else could possibly release software that was forward compatible? ... tlb assemblies. ... When I tried to add the tlb file as the reference, ... (microsoft.public.dotnet.general) |
|