Windows Seven x64 SimpleDialog Crash
Brought to you by:
imreleber
SimpleDialog.dll crash on x64 system (c# selected option for processor error)
In ../emulare_1.7_src/SimpleDiag/SimpleDiag.csproj
line 6 must be <Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform> not x86
and line 17 <PropertyGroup Condition=" '$(Platform)' == 'Any CPU' ">
all remains work perfectly on x64, good job ;)
Changed and working configuration file