Hi All, I am using Reflection for invoking an assembly.I use the
LoadFrom(string ) Method, have few doubts, will appreciate all your answers.
1. Should the assembly resides in GAC or at my custom location? (Please tell
me pros/cons)
2. If multiple calls are made to the target assembly by a Multithreaded
app..it should be fine? (tips to keep in mind)
TIA
LoadFrom(string ) Method, have few doubts, will appreciate all your answers.
1. Should the assembly resides in GAC or at my custom location? (Please tell
me pros/cons)
2. If multiple calls are made to the target assembly by a Multithreaded
app..it should be fine? (tips to keep in mind)
TIA
Comment