I am trying to build my UWP application in release mode. Every time I compile, I encountered:
error : Internal compiler error: Exception of type 'System.OutOfMemoryException' was thrown.
After exhausting research, I found that the problem is caused by Compile with .NET native tool chain. When I un-ticked this option (Project Property | Build), my project can be build.
My project isn't very big, but I have 13 projects on the same solutions. They are all just a common components (which are very very small).
I am using VS2015 Community Edition.
Any idea? Thanks...