B
bjako
I have a main project which references a configuration library (dll)
say v1.0.1.1 when I update the configuration library and redeploy to
the /bin directory the system does not pick up this new version ever
unless I recompile the main project with a reference to the new
version.
My understanding was that if I was not using 'Strong Names' which I
dont think I am then it should start servicing requests with the new
version at some point. However it seems to stay bound to the old
version even though that old version doesnt appear to exist on the
server any more.
I'm racking my brain and the newsgroups but can't seem to find an
answer to this one anywhere.
According to http://msdn.microsoft.com/library/d...n-us/cpguide/html/cpconassemblyversioning.asp
"Versioning is done only on assemblies with strong names", does that
mean I should or shouldnt be using Strong-names if I want the newest
version to be picked up automatically?
Any help is SOO much appreciated. Ben.
say v1.0.1.1 when I update the configuration library and redeploy to
the /bin directory the system does not pick up this new version ever
unless I recompile the main project with a reference to the new
version.
My understanding was that if I was not using 'Strong Names' which I
dont think I am then it should start servicing requests with the new
version at some point. However it seems to stay bound to the old
version even though that old version doesnt appear to exist on the
server any more.
I'm racking my brain and the newsgroups but can't seem to find an
answer to this one anywhere.
According to http://msdn.microsoft.com/library/d...n-us/cpguide/html/cpconassemblyversioning.asp
"Versioning is done only on assemblies with strong names", does that
mean I should or shouldnt be using Strong-names if I want the newest
version to be picked up automatically?
Any help is SOO much appreciated. Ben.