Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Browser Link: Failed to invoke return value callback: TypeError: Cannot read property 'files' of null

Background:

Using Visual Studio 2015, ASP.NET Core 1.0 I have created Web Application project. When I run application and go to Chrome Console I have following error:

Browser Link: Failed to invoke return value callback: TypeError: Cannot read property 'files' of null

Question:

How to fix above error and make Browser Link working?

like image 413
MaciejLisCK Avatar asked Jun 27 '16 21:06

MaciejLisCK


1 Answers

In visual studio right of the play button should be button with an arrow going around in a circle. Under here are some options for Browser Link, you can try "Refresh Linked Browsers", and if that doesn't work there is a tick box to turn it off "Enable Browser Link"

This link might also be useful: https://docs.microsoft.com/en-us/aspnet/visual-studio/overview/2013/using-browser-link

like image 144
Ian Martin Avatar answered Sep 25 '22 09:09

Ian Martin