Hi,
I have got the app.config file that has the setting as follows,
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="....Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
...
<userSettings>
<....Properties.Settings>
<setting name="LastScmLower" serializeAs="String">
<value>0</value>
</setting>
</....Properties.Settings>
</userSettings>
</configuration>
This file is included in the project. I've tried manually adding it to the NCrunch config for the project but it didn't make any difference.
Thanks,
Chris.