Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Currently we are migrating new services to a brand new server, but I've noticed many are reliant on the enterprise library blocks being in the GAC. I'm not a fan of having the reliance on the GAC as it means us having to install those assemblies on each server box. I'd rather them being deployed side-by-side with the application or service.

My question is, should I refactor the projects to store the assemblies locally in the project (i.e. within a lib folder) or install them on the server?

Normally I would use NuGet to do this but I had problems with it using EntLib and I need May 2007 version which I'm not sure NuGet will target specifically.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.