Ref to DLL from another DLL
I did the ref from DLL1 to DLL2.In Console I did ref only to DLL1 and im trying to use DLL2,can I?It doesnt recognize DLL2 at all,despite the ref to dll1..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Sep 17, 2009, 3:39 PM
there is a way to no add dll referances to the dlls in other DLL's , this procedure is called late binding, and you can read about it in google on Unity or ninject and more.
its an injection of the needed references during runtime.
http://refact.blogspot.com/2008/04/unity-10.html
http://msdn.microsoft.com/en-us/library/cc440954.aspx