1
vote
4answers
103 views
Problem reflecting in ASP.net context
I have a ASP.net application that is referencing a external assembly that I need to dynamically load and discover any types implementing a known interface. The problem I am having is that the type …
