late binding .net dll (not native)

I want to load a .NET DLL at run time based on input from the user (to determine which file to load). I have googled a fair bit but only find articles talking about loading natively compiled libraries, but I want to load a .NET library. Would anyone who has the know-how mind giving me some information reguarding this

Any input would be much appreciated. Thank you :)


Answer this question

late binding .net dll (not native)

  • Baji Prasad

    Thank you :)

  • apsync

    look for assembly loading

  • late binding .net dll (not native)