M
Michael.Suarez
In order for a .Net assembly to be shared amongst several applications,
1 of the following MUST be true:
a) The assembly has to be registered in the GAC.
b) The assembly has to be in the system32 folder AND in the registry.
OR c) All of the executable files accessing this assembly must be in
the same root folder, along with the assembly.
I believe the above statement is true, in that these are the only 3
cases a shared assembly can exist.
I am HOPING I am wrong, and that there are more cases.
If anyone can either confirm that i am right, or prove that i am wrong
by providing examples, I would be greatly appreciative.
Thanks,
Mike
1 of the following MUST be true:
a) The assembly has to be registered in the GAC.
b) The assembly has to be in the system32 folder AND in the registry.
OR c) All of the executable files accessing this assembly must be in
the same root folder, along with the assembly.
I believe the above statement is true, in that these are the only 3
cases a shared assembly can exist.
I am HOPING I am wrong, and that there are more cases.
If anyone can either confirm that i am right, or prove that i am wrong
by providing examples, I would be greatly appreciative.
Thanks,
Mike