references don't get updated...

  • Thread starter Thread starter Jurjen de Groot
  • Start date Start date
J

Jurjen de Groot

I have a project, in this project I have a reference to a shared assembly.
All works well, but when I update my shared assembly, the project isn't
updated with this new version of the assembly. I have tried manually adding
the *.dll.refresh files (empty files) but that doesn't help.
I know I can remove and than re-add the reference, but it's not 1 reference
and for multiple projects.

Anyone know how to restore this ?

TIA,
Jurjen.
 
maybe u could change the property "Copy Local" to false, and clean the
project?
 
Martin,

I have set Copy Local to false, but as soons as I remote the dll from the
bin-directory, the project won't compile.
I have now added a reference path to the various projects, that seems to do
the trick, at least for now..

thanks for your help.

Jurjen.
 
Hello Jurjen,

seems that u developing on Windows 2003 server with ShadowCopying turned
on, or it's the web application

for the first case turn shadowCopying in the properties of your hard drive,
in second case restart IIS

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


JG> I have a project, in this project I have a reference to a shared
JG> assembly.
JG> All works well, but when I update my shared assembly, the project
JG> isn't
JG> updated with this new version of the assembly. I have tried manually
JG> adding
JG> the *.dll.refresh files (empty files) but that doesn't help.
JG> I know I can remove and than re-add the reference, but it's not 1
JG> reference
JG> and for multiple projects.
JG> Anyone know how to restore this ?
JG>
JG> TIA,
JG> Jurjen.
 
Back
Top