how to load all assemblies from within your /bin directory

Viewed 59781

In a web application, I want to load all assemblies in the /bin directory.

Since this can be installed anywhere in the file system, I can't gaurantee a specific path where it is stored.

I want a List<> of Assembly assembly objects.

4 Answers
Related