Search code examples
windows-phone-8windows-phone-8.1msdn

WACK Failed: The binary DrawerLayout.dll is built in debug mode


I am running windows app certification kit, - I have checked my Visual Studio Configuration Settings and they are set to Release | ARM. The version of WACK is 10.0 - What should i do now to release my app ??


Solution

  • My guess is that the DrawerLayout.dll is external dependency you use in your project, probably https://github.com/amarmesic/windows-phone-navigation-drawer. If you compiled it from source, compile it (the DrawerLayout.dll in Release), or just add it from Nuget.