I have written the following simple test in trying to learn Castle Windsor\'s Fluent Interface:
using NUnit.Framework; using Castle.Windsor; using System.Col
Adding your DLL to GAC(global assembly cache)
Visual Studio Command Prompt => Run as Adminstrator
gacutil /i "dll file path"
You can see added assembly C:\Windows\system32\
It Will also solve dll missing or "Could not load file or assembly" in SSIS Script task