我刚刚使用 .net 标准 2.0 库将我的 Windows 应用程序升级到 UWP。该应用程序已完成,现在我正在尝试创建一个发布版本,但该版本需要很长时间并最终崩溃,出现 138 个错误,其中包含以下错误以及更多错误(参见屏幕截图)。调试构建和运行没有问题。我正在使用 VS 2017 15.8.7。浪费我几个小时的时间现在有人对如何解决这个问题有任何建议吗?
Method 'DynamicObjectTypeBuilder.BuildFormatterToDynamicMethod(Type, bool, bool, bool)' will always throw an exception due to the missing method 'DynamicMethod..ctor(string, Type, Type[], Type, bool)' in assembly 'System.Reflection.Emit.Lightweight'. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.