Forum member

borysl

1 post

Posts by borysl

  1. 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…