Forum member

malte

3 posts

Posts by malte

  1. Donations?

    Hi, I'm using ncrunch for about a week, and the pure beauty of the approach and the reliability of the implementation overwhelm me. Now I'd like to donate to support the further development. But how? Best regards Malte

  2. Conflict with MSTest: x64 vs. AnyCPU

    Yes, this fixed it for me. Thanks!

  3. Conflict with MSTest: x64 vs. AnyCPU

    Hi, we use Visual Studio 2010 to develop a SharePoint 2010 project. This implies that we have to run all our tests on the x64 platform, because SharePoint does not support x86. We chose MSTest for our tests. MSTest can execute tests in x64, but only for assemblies compiled as AnyCPU. This is due …