Redirecting Assembly Versions

Redirecting Assembly Versions

am 04.01.2008 06:45:48 von Perry Langla

Hi,
I ran across some information about redirecting assembly version. It said
you can use a redirect statement in the app.config file. Could someone
please help me with this redirect statement. The statement in my file is;













I would like for this to direct to runtime version 2.0

Thanks Perry Langla

Re: Redirecting Assembly Versions

am 04.01.2008 22:20:21 von mattias.dont.want.spam

>I ran across some information about redirecting assembly version.

You do that with the element in the config file. But
redirecting assembly versions will not help you change the CLR
version.


>
>
>
>
>
>
>

>
>
>
>I would like for this to direct to runtime version 2.0

Add a element with v2.0.50727. If both 1.1 and 2.0
are installed and you add that to your config file, it will cause the
2.0 runtime to be used for your app.


Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.