Chris M. Szurgot [mailto:[EMAIL PROTECTED]] wrote:
> So, my question is this: > 1) Is there a place to drop assemblies so that they will > automatically get picked up (without putting them in places > like the framework directory, or the Primary Interop > directory (which I guess would be ok) > > or > > 2) is there an easy way to add a directory/registry entry to > that list? Here's how to do it: 1) Install your assemblies to something like "C:\Program Files\Your Company\Your Product\" 2) Register your assemblies in the GAC 3) You create a key under HKLM\Software\Microsoft\.NETFramework\AssemblyFolders for each of your assemblies with a name of "Assembly.Name" (no .dll) and a default value that points to the location the assembly was installed in step 1. HTH, Drew .NET MVP You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.