Como saber donde esta el error en aplicacion Compilada ?

General questions about NeoAppBuilder - our rapid application development tool for building HTML5, web and mobile apps.

Moderator: Neosoft Support

Locked
gusgusl
Posts: 263
Joined: Fri Mar 12, 2010 12:44 pm

Como saber donde esta el error en aplicacion Compilada ?

Post by gusgusl »

tengo una aplicacion compilada para ejecutarse en la web, funciona correctamente
hize unas modificaciones en la misma y ahora al intentar abrir la pagina me sale en blanco

I have an application compiled to run on the web, it works correctly
I made some changes in it and now when I try to open the page I get blank

Como puedo hacer para localizar donde esta el error, saber en que pagina esta de la aplicacion?
How can I do to locate where the error is, know which page is the application?

si corro la aplicacion desde Neoapp me sale lo siguiente en la consola de depuracion:
If I run the application from Neoapp I get the following in the debugging console:

Se esperaba ';' (main.js?v=41, 778)
[$injector:modulerr] http://errors.angularjs.org/1.3.16/$inj ... p&p1=Error: [$injector:nomod] http://errors.angularjs.org/1.3.16/$inj ... ?p0=NeoApp
at Anonymous function (file:///C:/ProgramData/NeoSoft/NeoAppBuilder/js/angular.min.js:21:406)
at a (file:///C:/ProgramData/NeoSoft/NeoAppBuilder/js/angular.min.js:21:34)
at Anonymous function (file:///C:/ProgramData/NeoSoft/NeoAppBuilder/js/angular.min.js:21:289)
at Anonymous function (file:///C:/ProgramData/NeoSoft/NeoAppBuilder/js/angular.min.js:35:44)
at q (file:///C:/ProgramData/NeoSoft/NeoAppBuilder/js/angular.min.js:7:320)
at g (file:///C:/ProgramData/NeoSoft/NeoAppBuilder/js/angular.min.js:34:399)
at bb (file:///C:/ProgramData/NeoSoft/NeoAppBuilder/js/angular.min.js:38:133)
at d (file:///C:/ProgramData/NeoSoft/NeoAppBuilder/js/angular.min.js:17:379)
at xc (file:///C:/ProgramData/NeoSoft/NeoAppBuilder/js/angular.min.js:18:172)
at Od (file:///C:/ProgramData/NeoSoft/NeoAppBuilder/js/angular.min.js:17:1) (angular.min.js, 35)
User avatar
anton
Posts: 64
Joined: Fri Oct 19, 2012 9:21 pm

Re: Como saber donde esta el error en aplicacion Compilada ?

Post by anton »

See the code which you have used tags:

Code: Select all

BeginJS
EndJS
It may well be that somewhere does not put ";"
To be more specific, we need to see the source code of the project.
Locked