Global Assembly Cache (GAC) and .NET Framework Insights
In this post I want to collect from several sources about what exactly is the GAC and how to manage…
.NET, C#
Load a custom Assembly in SQL Server Integration Services (SSIS) Script Task that is not or cannot be stored in the GAC
If you need to reference a custom assembly from a SSIS Script Task, the recommended and easiest way is to…
.NET – How the Runtime Locates Assemblies
This topic is well documented from Microsoft and I only want to summarize the key points. You will find the…