Errors in the Standard Office 365 App Solution as Generated by Visual Studio ?
hi
i in process of creating task pane app office in excel , trying round bugs (probably own fault!!) however, found there exceptions thrown debug run on standard solution provided in vs project set-up procedure.
to precise, procedure used was:
1 file > new > project
2 on new project window expand templates > visual c# > office/sharepoint apps >
3 select graphic "app office" , complete local installation (not added source control) of task pane based soltion. office applications left selected.
once the base solution has been built, basic framework standard task pane app continue developing. standard is operational, can debugged without further user code being added it. tried this. app runs and launches excel 2013 with basic pane button collect data selected cell. putting data in a cell , pressing button provides correct answer (reported back at bottom of pane). however, if output window activated, following reports on debug:
'iexplore.exe' (script): loaded 'script code (windows internet explorer)'.
exception thrown @ line 4243, column 4 in https://localhost:44310/scripts/jquery-1.9.1.js
0x800a139e - javascript runtime error: syntaxerror
exception thrown @ line 4261, column 4 in https://localhost:44310/scripts/jquery-1.9.1.js
0x800a139e - javascript runtime error: syntaxerror
exception thrown @ line 11, column 108499 in https://appsforoffice.microsoft.com/lib/1.1/hosted/o15apptofilemappingtable.js
0x800a138f - javascript runtime error: unable property 'attributes' of undefined or null reference
agave.hostcall.issuecall
agave.hostcall.receiveresponse
agave.hostcall.issuecall
agave.hostcall.receiveresponse
agave.hostcall.issuecall
agave.hostcall.receiveresponse
agave.hostcall.issuecall
agave.hostcall.receiveresponse
the program '[1568] excel.exe' has exited code 0 (0x0).
the program '[15976] iexplore.exe' has exited code 0 (0x0).
the program '[14928] iisexpress.exe' has exited code 0 (0x0).
the app can little slow in responding, showing empty answer before contents correctly reproduced. however, note there 3 thrown exceptions. these expected? connected the time taken become responsive.
since work extension of base solution, trying get back a "clean" run (one without thrown exceptions) so can detect changes introducing lousing up. if can assure me these exceptions can ignored practical purposes or knows work-around rid of exceptions, then that ok although have thought standard solution should free of this!!
i in uk running visual studio 2013 version 12.0.30501.00 update 2. have run install vs office app tools site http://msdn.microsoft.com/en-us/office/dn448457?ocid=mod_odc , appears version of these right date too.
any more info on files etc. can reproduce if would help
regards
paul evans
hi,
based on exception messages, it’s hard me find o15apptofilemappingtable.js in project when try create new task pane app reproduce issue. using ie browser? what’s version of it?
from thread should ignore these errors:
based on urls shown, believe errors you're seeing not specific app. rather, when vs starts debugging (and when ie default browser), vs enables script debugging errors surface. sometimes, in configurations of exchange, there might uncaught exceptions thrown result -- exceptions thrown in other cases well, brought surface because vs attached ie process. errors fired long before actual app loaded, standpoint, safe ignore.
i suspect exception "0x800a139e" ignored.
we trying better understand customer views on social support experience, participation in interview project appreciated if have time. helping make community forums great place.
click here participate survey.
Microsoft Office for Developers , Apps for Office and SharePoint > Developing Apps for Office 2013
Comments
Post a Comment