Forum member

Matt Dillard

2 posts

Posts by Matt Dillard

  1. NCrunch cannot build project that VS can

    That new installer did the trick for me - thank you!

  2. NCrunch cannot build project that VS can

    I just upgraded from v1.48.0.5, and now I have run into this issue, too. This was not a problem in v1 of the product. The relevant portions of my C# project file are below: <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <DebugSymbols>true</DebugSymbols> <…