javascript - VS2015 Excel Web AddIn crashes Excel 2016 -
i have created new excel web addin in visual studio 2015.
ran default project without changes in excel 2016.
when clicked on "show taskpane" in excel's ribbon, excel crashes.
i've tried repairing office , visual studio, followed reinstalling them completely, problem still persists.
is known issue? else can try, shy of resetting or reformatting windows?
my environment:
- visual studio 2015 enterprise update 3
- office developer tools 14.0.23928
- 64-bit windows 10 pro, no new window updates
- 32-bit excel 2016 (pro plus), updated/reinstalled today,
- all com addins/addins disabled
this see when click on show taskpane
ribbon button:
the task pane appears, after split second, excel crashes
here's event log:
faulting application name: excel.exe, version: 16.0.7070.2033, time stamp: 0x57964b42 faulting module name: excel.exe, version: 16.0.7070.2033, time stamp: 0x57964b42 exception code: 0xc0000005 fault offset: 0x00550741 faulting process id: 0x2f48 faulting application start time: 0x01d1e8b065284199 faulting application path: c:\program files (x86)\microsoft office\root\office16\excel.exe faulting module path: c:\program files (x86)\microsoft office\root\office16\excel.exe report id: 933c7866-674b-42c0-a5f4-3c93b6c26525 faulting package full name: faulting package-relative application id:
i've commented out code, , did line-by-line step-through, , when attempt step over/into ctx.sync()
, crashes
i've run offcat, , it's saying there're no issues detected
finally fixed problem. these steps took work again:
- uninstalled visual studio using visual studio uninstaller (github page)
- uninstalled office 2016
- deleted microsoft\office folders %appdata% , %localappdata%
- reinstalled visual studio 2015
- reinstalled office developer tools (link)
- reinstalled office 2016
since previous attempt uninstall/reinstall office , visual studio still not working, thought had caused somethings left behind.
so time round, made sure wipe related think of. still not know caused crash, @ least it's working now.
deleting stuff in appdata , localappdata last resort, , not decision taken lightly. had not worked, next attempt would've been full windows reset.
Comments
Post a Comment