WP8: Deploy to store not possible

Monkey Forums/Monkey Bug Reports/WP8: Deploy to store not possible

Xaron(Posted 2014) [#1]
We had this again in earlier versions:
http://monkeycoder.co.nz/Community/posts.php?topic=4121

Same issue again with this error:
1028: The native API api-ms-win-core-debug-l1-1-1.dll:OutputDebugStringA() isn't allowed in assembly


marksibly(Posted 2014) [#2]
Should be fixed in next release (is here) but don't forget to build in release mode as Print redirects to OutputDebugString in debug mode.


Xaron(Posted 2014) [#3]
Thanks, yes I did build in release mode (in Monkey) as well as in VS12. :)