Preview not working in Preview - > Local

No, sorry most likely not. However you can have both Visual Studio 2015 and 2013 installed at the same time.

We’ve done a bit more research here and also been in contact with Intel about what seems to be driver issues on their end. The conclusion is that we unfortunately won’t be able to support local preview on this series of GPUs (Intel themselves have apparently also stopped providing support for them).

However, you should still be able to do fuse build -t=dotnetexe --run in order to test your app locally on Windows, just without live reload (in other words: you’ll have to rebuild when you make changes to the app).

Also; live reload will of course still work for Android so that’s the best option when you’re building stuff from this computer.

Thanks for all the help during the investigations and debugging!

Ran into this issue today when installing Fuse on an older ultrabook Intel HD 4000 Graphics. Glad you could track the issue. Please add this information to the installation steps and to the documentation, and the alternative fuse build -t=dotnetexe --run command as well for new users. Thanks!