How does NCover support .NET compact framework
How does NCover support .NET compact framework
Does NCover support applications against .NET compact framework 3.5? The application is stand along and needs to run on Windows Mobile 6 devices and emulators. If NCover supports this, how does NCover.concole work with the mobile device?
RE: How does NCover support .NET compact framework
NCover does not work on a mobile phone.
You can write your dll's in a way that they can be tested on your machine for code coverage.
Thank you,
Joe Feser
RE: How does NCover support .NET compact framework
right, NCover doesn't work on a mobile phone, but you can test the executable on a dev computer or build server the same way you would test a non-mobile executable on that computer.