HighTechTalks DotNet Forums  

assemblyBinding redirection to an assembly when the public key tokens are different

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss assemblyBinding redirection to an assembly when the public key tokens are different in the Dotnet Framework (CLR) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default assemblyBinding redirection to an assembly when the public key tokens are different - 04-13-2006 , 07:30 PM






can you redirect in app.config to an assembly when the public tokens
are different?


Reply With Quote
  #2  
Old   
David Levine
 
Posts: n/a

Default Re: assemblyBinding redirection to an assembly when the public key tokens are different - 04-14-2006 , 05:24 AM






No, it allows you to redirect versions but not identity.

There is a notion called type forwarding that may be of use, but it does
require source code changes. It allows you to redefine the assembly a type
is defined in, on a per-type basis.

This blog describes it:
http://blogs.msdn.com/junfeng/archiv...25/560670.aspx

<klumsy (AT) gmail (DOT) com> wrote

Quote:
can you redirect in app.config to an assembly when the public tokens
are different?




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.