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
Maybe not as likely, but for me it was caused by my application trying to load a library with the same assembly name (xxx.exe loading xxx.dll).