-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'$78_System.Reflection.MissingRuntimeArtifactException' in Unknown Module. #2929
Comments
This is because .NET Native support is not yet ready. See #623 As a workaround, uncheck the "Compile with .NET Native tool chain" option in your project settings. |
Ok Thank you. It works with "Compile with .NET Native tool chain". But according to this: http://blogs.msdn.com/b/dotnet/archive/2015/07/30/universal-windows-apps-in-net.aspx "When you submit an app, the wizard submits your app's MSIL. The store compiles it with .NET Native, optimizing your app into native machine code". Does in mean that my app will fail store cartification? If so then I have to use SQLite.Net-PCL |
@adamkalicinscy good question. I will use my internal email powers to get a clear answer on this. I can't find one myself in the docs. I suspect the store should respect your "Release" build settings, but I'll check to be sure. If they compile to .NET Native regardless of your settings, then I need to make sure #623 is resolved soon. |
@adamkalicinscy my guess was wrong. According to the authors of the post you referenced, all UWP apps will be compiled to .NET Native regardless of your project build settings. Closing this issue as a duplicate of #623. In the meantime, I recommend these blog posts, in particular .NET Native Deep Dive: Help! I Hit a MissingMetadataException! |
I have done everything from http://ef.readthedocs.org/en/latest/getting-started/uwp.html and everything works just fine in Debug.
In Release i have application crash with exception:
Exception thrown: '$78_System.Reflection.MissingRuntimeArtifactException' in Unknown Module.
Unhandled exception at 0x0FF132F9 (Windows.UI.Xaml.dll) in eftest46.exe:
I am using
"EntityFramework.Commands": "7.0.0-beta6",
"EntityFramework.SQLite": "7.0.0-beta6",
"Microsoft.ApplicationInsights": "1.0.0",
"Microsoft.ApplicationInsights.PersistenceChannel": "1.0.0",
"Microsoft.ApplicationInsights.WindowsApps": "1.0.0",
"Microsoft.CodeAnalysis.CSharp": "1.0.0",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
The text was updated successfully, but these errors were encountered: