简体   繁体   中英

Windows Iot Error : This Process exited with a native exception

Im Working on an app thats build with visual studio 2017 and run on RaspberryPi 3 First, the program was run without problems After that, I get the following error:


An Issue In The Jamsaz.InjectionWeights.exe process caused it fail to active . this process exited with a native exception to debug the issue , open project properties , and configure the project to run under a native debugger . more information can be found in the debug pane of the output window ( Debug --> Windows -> Output).

Error Image

After searching the internet I tested the solutions that were said But the problem was not resolved

Solutions Made :

  • build Release and then Build Debug
  • Clean Solution and Rebuild
  • Add Package with PowerShell

      add-appxpackage C:\\Program Files (x86)\\MicrosofSDKs\\Windows... Microsoft.VCLibs.x86.Debug.14.00.appx And X64 
  • Change Raspberry Pi OS

Please refer to Getting Started with .NET Native for exhaustive information, and pay attention to that:

Note that there are some known compatibility issues between compiling UWP app projects with the .NET Native tool chain and without it. Refer to the migration guide for more information.

In addition,you can refer to .NET Native General Troubleshooting for troubleshooting potential issues with .NET Native.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM