Locating a system assembly given the full name
See the question and my original answer on StackOverflowYou should try the Assembly.Load(String) method. It's supposed to work, in the general cases.
You should try the Assembly.Load(String) method. It's supposed to work, in the general cases.