- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个针对 .net 标准 1.4 的 Xamarin.Forms 应用程序。在最低版本为 14393(目标为 16299)的 UWP 应用程序上,我从 Microsoft Store 收到以下异常(尽管在我的计算机上它甚至从 appxbundle
文件运行正常):
注意要点:
Xamarin.Forms.Forms.Init(e);
的 OnLaunched
中。Could not load file or assembly 'System.Private.CoreLib...'
。System.IO.FileNotFoundException: Could not load file or assembly 'System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type) at System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext) at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeAssembly assembly, RuntimeType caType) at System.Reflection.RuntimeAssembly.GetCustomAttributes(Type attributeType, Boolean inherit) at System.Attribute.GetCustomAttributes(Assembly element, Type attributeType, Boolean inherit) at Xamarin.Forms.Internals.Registrar.RegisterAll(Type[] attrTypes) at Xamarin.Forms.Forms.Init(IActivatedEventArgs launchActivatedEventArgs, IEnumerable`1 rendererAssemblies) at PasswordManager.UWP.App.d__1.MoveNext()
知道这可能意味着什么,以及如何解决它吗?
最佳答案
鉴于您的包同时具有 UWP 和桌面组件,您将需要使用 VS 打包项目来创建用于商店提交的 .appxupload 文件。
有关更多信息/示例,请查看此处:
https://stefanwick.com/2018/04/06/uwp-with-desktop-extension-part-1/
应用商店不再接受混合了 UWP 和 Desktop .NET 二进制文件的包,这些二进制文件不是使用正确的打包项目创建的。这是为了确保 UWP 二进制文件在云中获得正确的 .NET native 编译(这不适用于桌面 .NET 二进制文件)。在您的情况下,.NET native 编译在商店中被跳过,导致包无效,因为声明的依赖项与包的内容不匹配。我们应该在此处改进我们的错误检测,以便我们在提交时立即通知您您的包裹不好,需要更多工作。
如果您的 Win32 EXE 不是在 VS 中构建的,而您只是想将二进制文件包含在您的 UWP 项目中,您仍然应该使用打包项目。确保将 Win32 EXE 放入包的子文件夹中。有关此类项目结构的信息,请参见下面的屏幕截图。
关于c# - 无法加载文件或程序集 'System.Private.CoreLib...',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50010855/
我正在尝试使用 instructions 在 Xcode 中构建 Swift Foundation 工作区,但构建失败,如下所示: 我正在运行 Xcode 9.0.1、Sierra 10.12.6 和
尝试在 .NET Core 项目中获取自定义 CoreLib 以在 VS 2017 中加载。这在 .NET Framework 中非常容易,因为您所需要的只是“NoStdLib”,但对于 .NET C
本文整理了Java中org.apache.tapestry5.corelib.components.Zone类的一些代码示例,展示了Zone类的具体用法。这些代码示例主要来源于Github/Stack
我有一个针对 .net 标准 1.4 的 Xamarin.Forms 应用程序。在最低版本为 14393(目标为 16299)的 UWP 应用程序上,我从 Microsoft Store 收到以下异常
我正在编写一个用于 PDF 转换的 Azure 函数,它依赖于 DataLogics PDF 转换和用于密码生成的 Nuget 包 (mlkpwgen)。 函数是 using System.IO; u
我正在编写一个用于 PDF 转换的 Azure 函数,它依赖于 DataLogics PDF 转换和用于密码生成的 Nuget 包 (mlkpwgen)。 函数是 using System.IO; u
本文整理了Java中org.apache.tapestry5.corelib.components.Zone.getBody()方法的一些代码示例,展示了Zone.getBody()的具体用法。这些代
我使用以下选项从头开始在 Ubuntu 上成功构建了 swift(没有错误): ./utils/build-script --release --foundation --verbose-build
我是第一次尝试 EF Core,并编写了一个非常简单的 MVC 应用程序来弄湿我的脚。我正在使用一种方法来播种 UnicornStore project 中的数据库。他们在 Startup.cs 中编
我在虚拟盒子和 64 位操作系统中使用 Ubuntu 14.04 我尝试使用“gcc-linaro-arm-linux-gnueabihf-4.7”交叉编译器交叉编译 Qt-everywhere 4.
我编写了一个在 Raspberry PI 3 上运行的 Windows 10 IoT (UWP) 应用程序。该应用程序是 Azure IoT 中心的客户端,并且还使用 Azure 事件中心和 Azur
我有 .NET Standard 2.1 类库,其中包括一个带有 DataAnnotations 属性的对象模型。我从针对 .NET Core 3.1 的 v3 Azure Function 中使用它
我编写了一个在 Raspberry PI 3 上运行的 Windows 10 IoT (UWP) 应用程序。该应用程序是 Azure IoT 中心的客户端,并且还使用 Azure 事件中心和 Azur
我有 .NET Standard 2.1 类库,其中包括一个带有 DataAnnotations 属性的对象模型。我从针对 .NET Core 3.1 的 v3 Azure Function 中使用它
我正在努力将我的大部分项目迁移到 .Net Standard 2.0。 .net 标准 4.7.1 中项目的最后一部分是 WCF 前端。此可执行文件通过 ClientServiceReceptioni
我有一个 azure 的Python函数。我正在尝试通过我的函数将数据发布到 API 端点。下面是我的相同代码, import logging import azure.functions as fu
我正在编写一个函数来记录使用 Entity Framework 核心上传到 blob 存储帐户的每个文件的信息。当我尝试连接到 azure sql 数据库时,出现以下错误: System.Privat
我正在使用 .net Core 3 和 Azure function 版本 2(Visual studio 2019 和 .net Framework 4.8)。执行以下函数时发生异常: System
当我在 VS 2017 上运行 .NET Core Web API 应用程序时, 在 Output 的调试面板中,继续显示异常抛出: System.Private.CoreLib.dll 中的“Sys
更新 xamarin 表单后出现以下异常。 Exception thrown: 'System.TypeLoadException' in System.Private.CoreLib.ni.dll
我是一名优秀的程序员,十分优秀!