Re: Register Assemblies in GAC with CodeBase
From: Corrado (Corrado_at_discussions.microsoft.com)
Date: 02/02/05
- Next message: Phil Wilson: "Re: Register Assemblies in GAC with CodeBase"
- Previous message: Phil Wilson: "Re: Register Assemblies in GAC with CodeBase"
- In reply to: Phil Wilson: "Re: Register Assemblies in GAC with CodeBase"
- Next in thread: Phil Wilson: "Re: Register Assemblies in GAC with CodeBase"
- Reply: Phil Wilson: "Re: Register Assemblies in GAC with CodeBase"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Feb 2005 23:15:05 -0800
Ok I try to explain what I have (would...) to do.
I wrote a set of general library for authorization, caching, loggin,
exception and data access. Those libraries should be deployed on test and
production servers (where I don't need reference) and on the developer client
(where they need to add reference). To make possible Add Reference in Visual
Studio you should have the dll on physical path (adding the key on the
registry you should provide a path where the dlls are located).
Now I have made a workaround (not very cool...) adding 2 times the primary
output of the project dlls, one for the gac e one for the application folders
and adding the key in the registry. I want to know if there is another way to
do this.
Thanks in advance
Corrado
- Next message: Phil Wilson: "Re: Register Assemblies in GAC with CodeBase"
- Previous message: Phil Wilson: "Re: Register Assemblies in GAC with CodeBase"
- In reply to: Phil Wilson: "Re: Register Assemblies in GAC with CodeBase"
- Next in thread: Phil Wilson: "Re: Register Assemblies in GAC with CodeBase"
- Reply: Phil Wilson: "Re: Register Assemblies in GAC with CodeBase"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|