Building a Custom NUnit Runner

On my way to “debugging” NUnit Tests with Enterprise Architect. I ran into issues with the NUnit Console runner – EA’s Debugger wouldn’t properly attach to it. So I started investigating how I could make a very very simple NUnit runner to help me on that. During my...

MissingMethodExceptions and TypeLoadExceptions

Eine gute bzw. die einzige vernünftige Möglichkeit MissingMethodExceptions und TypeLoadExceptions einer .NET Compact Framework Anwendung zu identifzieren ist das Loader Log. Dieses kann mittels der Registry aktiviert werden: Dazu sind folgende Schritte nötig: 1. CLR...