tags:

views:

16

answers:

1

Hello everybody,

is there a good example of the late binding features of the LinFu framework? I developed a framework which is hard linked against a certain version of an Oracle client. Now I would like to be able to configure the version of the client without the need to rebuild the app. How can I do that with LinFu?

Regards,

Alex

A: 

Take a look at this article. It shows you how to do late binding with LinFu.DynamicObject:

http://www.codeproject.com/KB/cs/LinFuPart2.aspx

plaureano