J
JohnD
Hello all,
I have references to a number of my own assemblies in my web.config:
"type="A.B.C,ASS,Version=12.0.5.9786,Culture=neutral,PublicKeyToken=stuff"
Now, every time I create a new revision of my assembly (9786 becomes 9787
for example) I need to change the text in my web.config file, which is a bit
of a pain.
Is there any way to configure this so that the highest revision is always
loaded? I've tried specfiying just 12.0.5, but that fails. I know I can use
assembly redirection but that requires me to specify the new version number.
I just want to replace the old assembly file with the new assembly file, and
have it "just work".
Can it be done?
Thanks,
/john
I have references to a number of my own assemblies in my web.config:
"type="A.B.C,ASS,Version=12.0.5.9786,Culture=neutral,PublicKeyToken=stuff"
Now, every time I create a new revision of my assembly (9786 becomes 9787
for example) I need to change the text in my web.config file, which is a bit
of a pain.
Is there any way to configure this so that the highest revision is always
loaded? I've tried specfiying just 12.0.5, but that fails. I know I can use
assembly redirection but that requires me to specify the new version number.
I just want to replace the old assembly file with the new assembly file, and
have it "just work".
Can it be done?
Thanks,
/john