1
votes

I have an extension works fine on my TFS server (2015 update 3). After upgrade the server to TFS 2017 (Version 15.112.26301.0), the extension seems broken. Our extension provide 2 dashboard widgets. In the vss-extension.json, we tell: enter image description here

While load my widget from dashboard, it always complain all my js file are missing. It seems the entrie "script" folder is not loaded correct: enter image description here

Anyone can help on this issue? Inside my extension vsix file, everything is there:

enter image description here

1
Have you tried removing and then reinstalling the extension? - Eddie Chen - MSFT

1 Answers

0
votes

Give a try with update the extension by update version number in vss-extension.json . Take a look at this issue: TFS 2017 Widget : widget failed to load