MichaelDev
Monday, September 26, 2005
  AssemblyFolderKey
This is an interesting thing I ran across today. Inside of your project file, a reference could include an AssemblyFolderKey attribute. I couldn't really find this documented anywhere, but it sure brings up a lot of hits on Google.

As near as I can tell, you can put entries in the registry telling it where to find some assemblies. If it finds a reference in one of these locations, VS.Net will add the AssemblyFolderKey attribute to the reference. I guess this is some way to help it resolve things.

The attribute is something like this:
AssemblyFolderKey = "hklm\dn\myLocationName"

Then in the registry, you put a path under
HKLM\Software\Microsoft\.NETFramework\myLocationName.

I don't know much about this, but it's interesting and might come in handy to know about.
 
Thursday, September 08, 2005
  Still Here
Hi, I'm still here. I made a post today, but it updated a previous one about COM interop from October 2004.
 
Various notes on software development. Currently using C# and .Net. May also include comments on the overall software development process, etc.

Name:
Location: Orange County, California, United States
ARCHIVES
June 2004 / July 2004 / August 2004 / September 2004 / October 2004 / November 2004 / December 2004 / January 2005 / February 2005 / March 2005 / April 2005 / May 2005 / September 2005 / October 2005 / November 2005 / January 2006 / February 2006 / April 2006 / May 2006 / June 2006 / March 2007 /


Powered by Blogger