I\'m currently working on a Windows Store Application (Windows 8) for a class and I\'m having problems getting my NUnit tests to run.
My Solution/Project setup looks lik
I've just hit the same error message while creating unit tests for an Universal App (W81 + WP81). The only solution here was to stop using NUnit and use MSTest only.