0

I visited this question, and I want to load multiple files. How can I do that?

The problem is that this return only allows one assembly (I don't know how to return more that one assembly), so, If I want to load more than one?

Community
  • 1
  • 1
z3nth10n
  • 2,341
  • 2
  • 25
  • 49

1 Answers1

0

That event handler will be called for any assembly resolve request that cannot be fulfilled by the system, so it will be invoked multiple times. As such the fact that it can return only 1 assembly is not a problem, just make sure you return the one that is requested. Make a table or use a select ... case statement.

Jester
  • 56,577
  • 4
  • 81
  • 125