I need to write unit tests for my WP7 app. Tests are run on desktop(not on device or emulator). The problem is when i try creating DataContext class on desktop framework it fails in ctor.
I use WindowsPhone's mscorlib(2.0.5.0) in references.
Looks like it needs some DLL's from phone, but im not sure what.
Possibly someone had same problem.
Thanx!