I wrote:

> 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.

Also, if you want the IDE to show your XML documentation make sure it is
installed in the same directory as it's assembly and has the same name as
the assembly with an extension of ".xml" instead of ".dll".

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.

Reply via email to