Link to .capx file (required!):
dl.dropbox.com/u/76344282/Morse%20Code%20Translator.7z
Steps to reproduce:
1. Export Project to Windows 8
Observed result:
Error in Visual Studio 2012 Ultimate
HTML1701: Unable to add dynamic content ' <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>'. A script attempted to inject dynamic content, or elements previously modified dynamically, that might be unsafe. For example, using the innerHTML property to add script or malformed HTML will generate this exception. Use the toStaticHTML method to filter dynamic content, or explicitly create elements and attributes with a method such as createElement. For more information, see go.microsoft.com/fwlink
Expected result:
No error in Visual Studio 2012 Ultimate
Browsers affected:
N/A
Operating system & service pack:
Windows 8 Pro with Media Center Pack
Construct 2 version:
Construct 2 Beta Release r120.2
Solution
The error itself seems to have nothing to do with my project (I deleted everything in the project just to make sure it wasn't something I was using)
After searching through the project in Visual Studio, I found the problem was in jquery-1.7.1min.js.
After deleting the offending line of code, I can now create the appxupload package.