Want to submit my app to the windows store but I am getting compile errors.
If I try to create a Release Build
or if i try Create App Packages
of my app I eventually get the following.
ILT0005: 'C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x86\ilc\Tools\nutc_driver.exe @"C:\Users\garet\documents\visual studio 2015\Projects\TestUwpProject\TestUwpProject\obj\x86\Release\ilc\intermediate\MDIL\TestUwpProject.rsp"' returned exit code 1
Out of Memory
Things I have tried.
- Move the project to a different drive
- Recreate the project
- Move project to a different device (Laptop).
Note:- my laptop I tried it on is running VS2017 RC and the latest insider preview of windows 10.
The only thing i can note is that if I create a blank project and add all the nuget packages etc it compiles fine which seem to mean an issue with my code but I wouldn't know where to start.
Issue looks similar to this but I am not using EF.
Out of memory error when compiling UWP app in release mode with .Net native