Just wanted to leave a note for others struggling with this issue.
When running NH's unit test suite, I was getting a
StackOverflowException on this line in LinqTestCase.cs:
var shippers = new List<Shipper>();
The exception occurred inside mscorlib and didn't give any further
details.
If you get this and you're on a x64 architecture, you should be able
to rectify by changing the build options for NH to target x86 rather
than any CPU. Worked for me.
Kent
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.