.net-native Questions
1
When building my UWP in Release mode with .Net Native tool chain I have the Following error:
Error : ILT0005: nutc_driver.exe […] returned exit code -1073741819
There is no other error message wh...
Sally asked 13/11, 2019 at 21:21
2
Solved
Apologies if the question seems basic, but I did some Googling and couldn't find a clear answer (Perhaps I don't know the right keywords).
Can .NET Core be used to build native command-line Linux ...
Narthex asked 26/7, 2019 at 6:7
1
Solved
I'm trying to certify my UWP application for the Windows Store and I'm getting a message that several methods in uwphost.dll aren't compatible with the store.
API ExecuteAssembly in uwphost.dll is...
Vaish asked 12/4, 2019 at 0:50
1
Solved
Steps to reproduce:
Open Visual Studio 2017 with latest update.
Create a UWP project targetin 10240 (this is not mandatory, it's broken in all builds)
Install System.Memory from nuget packages (...
Genome asked 18/4, 2018 at 12:41
1
Since UWP requires .Net Native (which is very welcome), I'm getting cryptic stack-traces now. This is the exception reported by people using my app:
System.InvalidCastException: InvalidCast_Com
a...
Aldenalder asked 4/2, 2016 at 23:54
1
Solved
I created uwp app(.Net native) for Windows 10 desktop. I use HockeyApp for collect live crash reports. Stack trace not informative. This is a long-standing problem and it does not have a solution. ...
Shavonda asked 28/12, 2017 at 6:46
1
I have a Xamarin.Forms App based on .NET Standard 1.4 that uses protobuf-net to store objects in the database that will be sent to a WCF service at a later time.
On Android and UWP "managed" every...
Sobersided asked 6/12, 2017 at 10:33
0
I have a UWP App who targets the FCU both as minimal and target version. When I debug everything is fine. Also when I compile in release mode. But when I activate .net native compiling the app cras...
Zen asked 26/11, 2017 at 18:57
2
So I have received a stack trace from my UWP windows application in release mode.
I've now translated all the addresses to their method names using windbg.
I now have this output:
System.InvalidO...
Panteutonism asked 1/12, 2015 at 11:48
2
Solved
I spent the last year (part time) to migrate my existing (and successful) Windows 8.1 app to Windows 10 UWP. Now, just before releasing it to the store, I tested the app in the "Release" build mode...
Seventeen asked 30/6, 2017 at 16:16
1
Solved
After scratching my head for the better part of the day, I stumbled upon a very weird issue with .NET code that is compiled using .NET Native (used for Windows UWP apps).
The following code works ...
Geehan asked 8/5, 2017 at 20:53
1
Solved
I'm reading some crash reports from a UWP application (C#, compiled with .NET Native) and I'm having a hard time understanding the exact syntax/format used in the stack traces.
I tried looking for ...
Ark asked 25/3, 2017 at 14:17
1
Solved
I have an UWP app written in C# which builds (VS 14.0.25425.01 Update 3 on Windows 10.0.14393, target version of the project is build 14393) and runs in Debug mode, but fails to build in Release mo...
Rodrigo asked 28/12, 2016 at 17:3
2
Solved
I'm building an REST API on ASP.NET CORE 1.0. In production it'd be IMHO very useful NOT to use JIT because the docker containers with the app are scaling up and down, redeploying during CI over an...
Intermingle asked 18/10, 2016 at 2:3
2
Solved
The role of .net native in .net ecosystem is confusing for me. I heard it is just for universal windows applications, but also heard that it is part of CoreFX. I think having the option to compile ...
Selfimmolating asked 21/7, 2015 at 17:42
1
Solved
I discovered an issue with (what might be) over-optimization in .Net Native and structs. I'm not sure if the compiler is too aggressive, or I'm too blind to see what I've done wrong.
To reproduce...
Decontaminate asked 19/6, 2016 at 14:15
3
Solved
I built a Universal App for windows 10 and I didn't know about the Native Tool chain. When I was ready to create the package I got many errors and I looked for a solution without any luck.
After ...
Chartography asked 24/1, 2016 at 11:18
2
Solved
I was excited about the idea to compile C# code to native machine code downloaded the .NET native and intalled it. But I can't configure my build to compile to neither x86 nor x64. In fact, no othe...
Putrescent asked 5/4, 2015 at 22:37
1
Solved
I encounter very bad performance when I compile my UWP app with the .Net Native Toolchain enabled.
I profiled the running code (native) and it seems that methods relying on reflection (Unity IoC, ...
Schematism asked 29/1, 2016 at 16:24
2
Solved
When I compile a UWP app with the .NET Native compiler and turn on code optimizations (essentially release mode), then I get a NullReferenceException when I try to access the actual exception in th...
Accommodation asked 5/4, 2016 at 14:1
2
Solved
I'm working on optimization techniques performed by the .NET Native compiler.
I've created a sample loop:
for (int i = 0; i < 100; i++)
{
Function();
}
And I've compiled it with Native. T...
Coth asked 5/4, 2016 at 15:11
1
Solved
I've observed a strange difference in managed vs .Net native code. I've a heavy job redirected to threadpool. When running the app in managed code, everything works smooth but as soon as I switch o...
Daguerre asked 7/1, 2016 at 22:15
1
Solved
I've just downloaded Visual Studio Community 2015 and I want to configure the .Net Native in my WinForm & C# Project, how do I do that?
Auxiliaries asked 16/9, 2015 at 11:44
5
Solved
I'm missing something basic here. What's the use of compiling from a source language into bytecode (java) or intermediate language (.NET) and then running them from inside the JVM or CLR ?
There...
Kearns asked 16/10, 2015 at 6:31
1
Solved
I'm trying to use System.Numerics.Vector(T) to vectorize an algorithm and take advantage of SIMD operations of the CPU. However, my vector implementation was substantially slower than my original i...
Rendering asked 20/9, 2015 at 21:54
1 Next >
© 2022 - 2024 — McMap. All rights reserved.