I updated the application for Windows Phone from 8 to 8.1. Everything works, there are no problems with testing it in debug or release modes.
The problem is that I'm trying to certify the app for the Store. I receive the following Nuget package notification ImageTools:
The binary ICSharpCode.SharpZLib.Phone.dll is built in debug mode.
The binary ImageTools.Controls.dll is built in debug mode.
The binary ImageTools.dll is built in debug mode.
The binary ImageTools.Filtering.dll is built in debug mode.
The binary ImageTools.IO.Png.dll is built in debug mode.
The binary ImageTools.Utils.dll is built in debug mode.
I did not have this problem in WP8. Perhaps something went wrong in updating the project? I tried reinstalling the nuget package, as well as manually placing the DLLs in the project.
I do not know how to build ImageToolsin release mode. Any help appreciated!
source
share