G
Gopi
Hi,
I have a private assembly (which is there in ny
application's bin directory) which is signed with a strong
name. I want to load that assembly by using its valid
fully qualified assembly name as shown below.
SampleAssembly = Assembly.Load("Assembly text name,
Version, Culture, PublicKeyToken");
This requires assembly to be placed in the GAC. I don't
want to do that. Pls let me know how can I load an
assembly by using its local file path and fully qualified
name together.
TIA
-Gopi
I have a private assembly (which is there in ny
application's bin directory) which is signed with a strong
name. I want to load that assembly by using its valid
fully qualified assembly name as shown below.
SampleAssembly = Assembly.Load("Assembly text name,
Version, Culture, PublicKeyToken");
This requires assembly to be placed in the GAC. I don't
want to do that. Pls let me know how can I load an
assembly by using its local file path and fully qualified
name together.
TIA
-Gopi