Hello all. I am using VS2010 with .NET 4

I have some code that looks in a directory for any dlls and then finds the one that contains the correct exports and reads it in.

The code is below:
...