WACK 失败:二进制 DrawerLayout.dll 是在调试模式下构建的
WACK Failed: The binary DrawerLayout.dll is built in debug mode
我是运行windows应用认证包,
- 我已经检查了我的 Visual Studio 配置设置,它们被设置为发布 |手臂。 WACK的版本是10.0
- 我现在应该怎么做才能发布我的应用程序??
我的猜测是 DrawerLayout.dll
是您在项目中使用的外部依赖项,可能 https://github.com/amarmesic/windows-phone-navigation-drawer。如果您从源代码编译它,请编译它(Release 中的 DrawerLayout.dll
),或者只是从 Nuget 添加它。
我是运行windows应用认证包, - 我已经检查了我的 Visual Studio 配置设置,它们被设置为发布 |手臂。 WACK的版本是10.0 - 我现在应该怎么做才能发布我的应用程序??
我的猜测是 DrawerLayout.dll
是您在项目中使用的外部依赖项,可能 https://github.com/amarmesic/windows-phone-navigation-drawer。如果您从源代码编译它,请编译它(Release 中的 DrawerLayout.dll
),或者只是从 Nuget 添加它。