vote up 0 vote down star

Hello,

I'm trying to deploy some sort of framework and therefore need to register some assemblies in the GAC.

The interesting part is: These GAC assemblies should only be used by the framework developer, the client apps should not use these GAC assemblies but the ones in their local directories (the GAC assemblies could be of a different version, most likely higher).

I've already found and tried the app.config setting but it seems to be ignored by the client app (latest .NET runtime installed is 3.5).

Any ideas on how to solve this issue?

Thanks for help!

robert

flag
Just to clarify: your framework will reference version 2.0.0.0 of AssemblyA.dll (for example), which will be in the GAC, while your clients will reference the framework AND a different version (say 1.0.0.0) of AssemblyA.dll? – Jeff Sternal Sep 17 at 16:20
I dont understand - are you saying that developers should build against assemblies in the GAC, but the client app should run against assemblies in the local directory? – Kragen Sep 17 at 16:24
I don't see why anything needs to be in the GAC. Why would the framework developers place into the GAC the very thing they are developing? Perhaps I'm not understanding your issue...? – Eric J. Sep 17 at 16:26
Thanks for your comments! Yes, you're right. I want to deploy a framework / sdk for developers to extend the existing app. The reasons why the assemblies should be installed in the GAC are: more than one developer, different folder structure, missing / broken references; the developer could evaluate a newer version of the app / framework and so on. Any ideas? – robert.oh. Sep 17 at 20:11

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.