我正在运行Windows app认证工具包, - 我已经检查了我的Visual Studio配置设置,它们被设置为Release |臂。 WACK的版本是10.0 - 我现在应该怎么做才能发布我的应用程序?
答案 0 :(得分:0)
我的猜测是DrawerLayout.dll
是你在项目中使用的外部依赖,可能是https://github.com/amarmesic/windows-phone-navigation-drawer。如果您从源代码编译它,请编译它(Release中的DrawerLayout.dll
),或者只是从Nuget添加它。