Welcome to MSDN Blogs Sign in | Join | Help

Assembly.GlobalAssemblyCache Property

Once you have an assembly loaded, you can use Assembly.GlobalAssemblyCache Property to determine if the assembly is loaded from GAC or not.

I am surprised that not many people know about this property.

Published Thursday, July 27, 2006 12:06 PM by junfeng
Filed under: ,

Comments

# Interesting Finds: July 27, 2006

Thursday, July 27, 2006 11:24 PM by Jason Haley

# re: Assembly.GlobalAssemblyCache Property

Monday, July 31, 2006 9:41 AM by Essam
When I develop DLLs , I usally add some helper files in the same folder for the DLL, like XSLT and config files for example.

Adding the DLL to the GAC makes me unable to do that any more , I wonder if you can advice about this issue

# re: Assembly.GlobalAssemblyCache Property

Monday, July 31, 2006 7:18 PM by junfeng
Why can't you embed those files as resources inside the assembly?
New Comments to this post are disabled
 
Page view tracker