I'm trying to Mock the IUnityContainer using Moq 3.0
I'm getting a BadImageFormatException, but not when debugging. From the looks of it I'm not the only one that's ran into this problem.
And its a registered issue for Moq
I'm just curious if anyone has found a solution... closest I've found is a nice solution that uses RhinoMock by Roy Osherove
but I really like Moq! So I don't really want to have to switch to Rhino Mock but I will if I must
Thanks in advance!