Hello,
I've downloaded and installed the Sencha Visual Studio Plugin 6.0.5.517 on Visual Studio Enterprise 2015 (in Admin mode).
Then created a new Project choosing ExtJs Application with WebAPI with
CMD: C:\Users\myUsername\bin\Sencha\Cmd\6.5.0.180
ExtJS C:\Users\myUsername\bin\Sencha\ext-6.5.0
and universal app
Theme Triton
After the application is there I click reload all and press F5
The Build starts with Errors shown in Output window:
'iexplore.exe' (Script): Loaded 'Script Code (Windows Internet Explorer)'.
Exception was thrown at line 1982, column 37 in eval code
0x800a03f6 - Runtime Error in JavaScript: Invalid Char
Exception was thrown at line 5781, column 5 in eval code
0x80070057 - Runtime Error in JavaScript: invalid Argument.
IE does not show anything else than a blank page
F12 Dev Tools Show in Network tab that Bootstrap.js was not found
which is not located under the Sencha Folder, but in modern and classic Folders as seen in the guide
http://docs.sencha.com/ide_plugins/guides/visual_studio_ide_plugin.html
Should there be a bootstrap.js and .css located directly under the Sencha Folder?
If yes, why is it not generated automatically - ext js files are in build Folder for example.
If no what else could prevent the application from showing up in IE11 (same with Chrome).
ty for your response