service-fabric-xray icon indicating copy to clipboard operation
service-fabric-xray copied to clipboard

Not running when opening with latest SF SDF + VS2017

Open lokijota opened this issue 7 years ago • 0 comments

Repro: download, unzip, open with VS2017.3. Accept automatic upgrade, rebuild, package or deploy.

Issues:

a) Missing reference using System.Runtime.Caching; --> have to re-add reference to assembly in xray.Data;

b) publish/deploy error - something about npm install failing and a 9009 error. Fix is to edit xray.Web project comment this:

This fixes the deployment problem, but the UI is all garbled, esp on the left menu, so clearly something UI/HTML related is missing. (the screenshot if from Edge, but it also happens in Chrome and IE).

lokijota avatar Sep 19 '17 21:09 lokijota