Forum member
borysl
1 post
Posts by borysl
-
How can I force NCrunch to run tests in STA?
I get this error System.InvalidOperationException : The calling thread must be STA, because many UI components require this. on show component I know what this problem is and thus in my NUnit tests I use this configuration: <configSections> <sectionGroup name="NUnit"> <section nam…
07 Dec 2012 12:52 UTC