Query |
Response |
when I am trying to run my app in "Release Mode" to build and deploy, but finally it is failing shows two errors |
This issue may raise due to memory consumption while compiling across .Net native tool. While running the application with .Net native chain tool in Release mode, it will require more memory space to build the application. Because .NET Native tools are compiled IL libraries with managed code in native libraries. So we suggest you to add individual assemblies to avoid this issue.
You can add assemblies individually from below location,
Assembly Location:
$system drive:\ Files\Syncfusion\Essential Studio\$Version # \Assemblies for Universal Windows\[TargetFramework]
Ex: Program Files (x86)\Syncfusion\Essential Studio\15.1.0.41\Assemblies for Universal Windows\10.0
Also you can find the list which contains assemblies and dependency assemblies of the control from below location.
|
Is this huge time is taking for build in Release mode because of adding all controls extension once?? |
Yes, "Syncfusion Controls for UWP XAML" SDK contains more number of assemblies. So the project will take some time to compile the sample across .Net native tool in release mode. |
Hello Murali,Could you please resend the zip file you mentioned in the original post? I cannot open it. My project is rather similar, as I need to add separate .dll files too. I'm looking for the solutions that seem relevant to my project, but there's nothing more I can find so far. I tried to remove the extension "Syncfusion Controls for UWP Xaml" and add path to syncfusion libraries (suggested by Stackoverflow users with reference to this topic - Cannot compile release build of UWP for my app learning process projects), but it didn't help.Dano