references don"t get updated...

references don"t get updated...

am 07.10.2007 11:21:19 von 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.

Re: references don"t get updated...

am 07.10.2007 15:57:31 von Martin de Jong

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

"Jurjen de Groot" schreef in bericht
news:OqMs2QMCIHA.5228@TK2MSFTNGP05.phx.gbl...
>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.

Re: references don"t get updated...

am 07.10.2007 17:08:55 von Jurjen de Groot

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.

"Martin de Jong" wrote in message
news:OnpJEoOCIHA.1056@TK2MSFTNGP03.phx.gbl...
> maybe u could change the property "Copy Local" to false, and clean the
> project?
>
> "Jurjen de Groot" schreef in bericht
> news:OqMs2QMCIHA.5228@TK2MSFTNGP05.phx.gbl...
>>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.
>
>

Re: references don"t get updated...

am 08.10.2007 23:43:51 von nemtsev

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.