You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[✓ ] I am running the latest versions (see the Context heading below)
[ ✓] I checked the documentation and found no answer
[✓ ] I checked to make sure that this issue has not already been filed
Expected behavior
When executing npm run start:desktop, Excel should launch with the add-in side loaded.
This had been happening before upgrading from windows 10 to windows 11, although I am not 100% sure this was the only thing to have changed on my system.
Current behavior
Excel does not launch. This does not appear to be a question of window visability - Excel is not visible in task manager etc. and includes more than sufficient time for Excel to load.
It looks like a window is trying to display something early in the process, but the window flickers so briefly I cannot get a screenshot or have any idea if it has content. Otherwise the webpack window etc. all seem to load normally. There is no useful information I can assertain in the output as reproduced below.
Steps to Reproduce
Create project with yo office --projectType excel-functions-shared --name "my-excel-shared-functions" --host excel --ts
typing npm run start:desktop into the powershell terminal in visual studio code
Context
Node v18.14.0
NPM 8.5.2
Yeoman version 4.3.1 and latest yo office generator
> npm run start:desktop
Debugging is being started...
App type: desktop
Enabled debugging for add-in 1d72941c-78a5-40d6-89df-dd346d330266.
Starting the dev server... (webpack serve --mode development)
Sideloading the Office Add-in...
Launching excel via C:\Users\[...etc...]\AppData\Local\Temp\Excel add-in 1d72941c-78a5-40d6-89df-dd346d330266.xlsx
Debugging started.
>
and using npx office-addin-dev-settings runtime-log --enable the log file is empty
Prerequisites
Expected behavior
When executing
npm run start:desktop
, Excel should launch with the add-in side loaded.This had been happening before upgrading from windows 10 to windows 11, although I am not 100% sure this was the only thing to have changed on my system.
Current behavior
Excel does not launch. This does not appear to be a question of window visability - Excel is not visible in task manager etc. and includes more than sufficient time for Excel to load.
It looks like a window is trying to display something early in the process, but the window flickers so briefly I cannot get a screenshot or have any idea if it has content. Otherwise the webpack window etc. all seem to load normally. There is no useful information I can assertain in the output as reproduced below.
Steps to Reproduce
yo office --projectType excel-functions-shared --name "my-excel-shared-functions" --host excel --ts
npm run start:desktop
into the powershell terminal in visual studio codeContext
Failure Logs
The powershell terminal displays:
and using
npx office-addin-dev-settings runtime-log --enable
the log file is emptythe webpack terminal is completely unremarkable:
The text was updated successfully, but these errors were encountered: