I had an extremely peculiar problem trying to add Sho support to my VB.NET project.
The project kept throwing this error the first time I tried to use Sho within my code:
BindingFailure was detected
The assembly with display name ‘ArrayT’ failed to load in the ‘Load’ binding context of the AppDomain with ID1. The cause of the failure was: System.IO.FileNotFoundException
I wrote up a blog post about my adventure trying to understand and fix the problem, which can be found here:
http://idle-logic.com/2012/11/15/the-curious-case-of-the-sho-bindingfailure/
But to cut to the chase, I ended up having to delete my projects .suo file. No idea why this was required, but maybe it will help if you have a similar problem.