I am trying to create an xcopy installable utility that leverages some of the Sho libraries. I find that when I run my program on a machine that has Sho properly installed it works fine but when I xcopy the Sho dll's along with my program to a different
machine it repeatedly fails with this exception. My deployment scenario precludes anything but xcopy install so this is something of a blocker. Any advice would be appreciated:
"Unhandled Exception: System.ArgumentException: The array could not be created: The type initializer for 'ShoNS.Array.TypeToImplMapDense' threw an exception.
at ShoNS.Array.ArrayExceptionHelper.ThrowInnerCreateException(Exception e)
at ShoNS.Array.ArrayBase`1..ctor(Int32 size0, Int32 size1)
at ShoNS.Array.IntArray..ctor(Int32 size0, Int32 size1)"