Tagged Questions

2
votes
1answer
2k views

.NET Assembly Binding How/Why (1.1, 2.0, GAC, Policy Files and more…)

I have been working through a number of very "odd" issues with some DLL versions, Policy Files, and items in the GAC and for the life of me I haven't been able to find a solid answer as to how/why the ...
1
vote
1answer
389 views

Storing DLL's in A Central NON GAC Location

We are being presented with a unique, painful situation. Traditionally we have been using the GAC and Policy Files to control DLL versions for our .NET applications. However, we have a very unique ...