Hi Alex,
Thanks. Please provide more detail steps. My machine is XP, the
folder for GAC is assembly, my assebmly is ClassLibrary1. When I am in the
window explorer, how do I extract the assembly to a local dll for private use.
Or, you meant to use Visual Studio to do it. Thanks again.
PeterK
> Hi Peter,
>
[quoted text clipped - 10 lines]
> P> Thanks.
> P> PeterK
Alex Meleta - 12 Jul 2007 13:26 GMT
You can use Visual Studio to extract the file from the GAC - you should add
the assembly to the reference list and then set Copy Local property of the
assembly to true - the assembly will be copied to the /Bin folder of the
application.
Or obtain it from the GAC itself (from the <windows_root_dir>/Assembly/GAC/<find_your_assembly_by_name>
to where you need)
PS. Just be aware of using strong named assemblies outside of the GAC - versioning
works differently because the versioning requirements are different outside
of GAC.
Regards, Alex Meleta
[TechBlog] http://devkids.blogspot.com