save a Assembly reference at run time
How to save a Assembly reference at runtime ?
Thanks
[61 byte] By [
skdp] at [2007-11-18 19:28:33]

# 1 Re: save a Assembly reference at run time
Im not sure what your trying to do from the question..
But...
If your trying to load an assembly at runtime and execute code then take alook at microsoft's Error Handling application block..
That had all the code in there for generic assembly loading and calling..
Hope this helps