Hi,
I am trying to use SfColorPicker in my project but I am facing issues. I tried two approach to include SfColorPicker -
1. Reference the SDK (Syncfusion Controls for UWP XAML, v14.4.0.15)
This works fine in debug builds, but the release build fails with
ILT0005: 'C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\Tools\nutc_driver.exe @"E:\VS\Workspaces\TestApp\TestApp\obj\x86\Release\ilc\intermediate\MDIL\TestApp.rsp"' returned exit code 1
Internal Compiler Error
On removing the SDK reference and removing the SfControlPikcer, release build succeeds.
2. Referencing the Syncfusion.SfColorPickers.UWP, Syncfusion.SfRadialMenu.UWP, Syncfusion.SfShared.UWP dlls in the project.But this does not work even in debug builds and I keep getting the error 'Resource Map Not Found'.
I found a similar thread for SfGrid, https://www.syncfusion.com/forums/125150/exception-from-sfdatagrid-thrown-only-in-release-mode
The solution mentioned here was to include a Resource file.
So, can you please share the resource file for SfColorPicker as well.
And do we have any workarounds to fix (1). I cannot disable .NET Native as the wont be accepted in the Windows Store.
I am looking forward for a reply,