Assembly redirection problems...

S

Sinex

Hi !
I've developed a strong named assembly (dll) thats being used by a client
application(exe). The dll is deployed to the application directory only. Now
i have a new version of the dll. I replace the old version with the new
dll.
I dont want to recompile the client. Hence I just added a <bindingRedirect>
entry in the
app config file..but the client app still picks up the old verison!

I dont want to deploy my dll to the GAC. Hence that eliminates the
possibility of using publisher poilicy file. I want the client
to make a change only in the app config.

BTW...is it a good idea to make bindingRedirect chages in the machine config
file?

Any recommendations?

...Sinex
 
M

Mattias Sjögren

Hence I just added a <bindingRedirect>
entry in the
app config file..but the client app still picks up the old verison!

Can you post that part of your config file? It sounds like it should
work.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top