10-16-04 02:09 AM
Agreed, this is not a clean solution. There could be a few other options as
well...
1) From the .NET configuration interface, you can add a library to the
'configured assemblies' in GAC and change its binding policy to redirect it
to a new version. This is cleaner than the previous approach as it becomes
assembly specific and not application specific.Please let me know if, if you
know how to configure assemblies while instaling it. We would certainly not
like to do it through GUI.
2) Also, in an article in code project i read that if you do not change the
major and minor version and just change the build and revision number , the
application would pickup the latest version from GAC. I tried it but it did
not work . Please let me know if this is true or if it works for you.
Cheers,
Sachin
"John Lee" wrote:
> Yes, when I move the <runtime> bindingRedirect into BTSSvc.exe.config and
it
> worked!!! But mess around with this configuration file is kinda scary thou
gh
>
>
> Thanks Sachin!
>
> John
>
> "Sachin Surana" <SachinSurana@discussions.microsoft.com> wrote in message
> news:482BB7E6-5C0C-4307-AB06-1E04B12BF91E@microsoft.com...
>
>
>
[ Post a follow-up to this message ]
|