-
Notifications
You must be signed in to change notification settings - Fork 124
BrowserLink does not work for ASP.NET Core on Visual Studio 2017 RTM #1015
Comments
From @pranavkm on March 9, 2017 14:5 cc @barrytang \ @YangLyu89 |
From @DamianEdwards on March 9, 2017 16:5 I can certainly reproduce that Browser Link doesn't work in a brand new project in VS2017 RTM. This is what I see in the Chrome debug console: |
I have to add that I was created this project using VS2015 with preview 2 tooling and with that I was only got the |
Any news on this issue? |
I generate a project using CLI
And I get an error
When i change the package reference to Browser link inside my csproj file to an older version
I can successfully run my aspnet mvc web application. My environment:
|
@mlorbetske, can you take a look? |
@RassulYunussov please try clearing your NuGet cache, you can do with with the command line |
@mlorbetske Thank You! It solved my problem! |
Seeing the same issue. @mlorbetske can you clarify the steps for VS2017 please? Where do you set that Environment Variable? |
I have the same issue on VS 2017 15.1 with an Asp.net Core 1.1 app 👍
Is there a fix for this issue? |
@rezamohamed in Visual Studio, simply go to Tools -> Options -> NuGet Package Manager -> General and click the |
I used the last browser reload on save extension referenced in this related issue. |
Any news on this issue? |
This is still an issue with latest tooling and Firefox Developer. Any word on this or where do we go? I can not stand Chrome's restore last page error every single load and Firefox Developer is much easier to use for most things. |
I found this page when googling for a fix for browserlink in .net core vs2017 and I thought the fact this issue was still open meant it was simply not compatible with .net core / vs2017. |
I am seeing this error in Internet Explorer 11, but my browser is refreshing as expect when I either press ctrl+alt+enter, use the toolbar button with my mouse - and even automatically on file save since I have installed the extension Browser Reload on Save. I'm using Visual Studio 2017 15.3.3 and I am using an ASP.NET Core 2.0 web application project. |
None of the solutions thus far have worked for me. I'm calling The text of the actual errors is here.
|
I confirm it's not working. Maybe it's the way I'm using it ? Visual Studio 2017 Version 15.3.5 The scenario is as follow : Add a html page to the project. Nothing changed. Need to hit F5 in the browser to see the change and yes the setting for that is on as shown on the provided screenshot |
From @mrtaikandi on March 9, 2017 12:22
I'm not sure if this is the right repo for this issue.
I get the following error in the browser when I enable BrowserLink for my ASP.Net Core 1.1 application and I think because of that the BrowserLink does not work.
I have configured my App as follow:
.csproj config:
And in the Startup.cs file in Configure method I have called
app.UseBrowserLink();
.UPDATE
It seems the error is related to the *.css files. If I remove all my CSS links I only get the following error:
Copied from original issue: aspnet/Mvc#5933
The text was updated successfully, but these errors were encountered: