Questions tagged [browser-link]

Browser Link is a channel between your Visual Studio IDE and any open browser, allowing dynamic data exchange between your web application in Visual Studio and the browser. It uses SignalR to facilitate the communications between Visual Studio and the browser.

More information can be found at the MSDN blog post "Browser Link feature in Visual Studio Preview 2013" by Reshmi Mangalore.

83 questions
1
vote
0 answers

Browserlink error on Chrome with VS2017 .NET Core App

Web Essentials 2017 is already installed as part of Visual Studio 2017, but when I run an ASP.NET Core app in the Chrome Dev Tools console window I get the following error message "Browser Link: Failed to invoke return value callback: TypeError: …
1
vote
1 answer

Browserlink for Azure Service Fabric .NET Core App

I'm finding the iterative development cycle quite slow on service fabric as opposed to a standalone .NET Core web application. It does not look like browser link works, hell even refreshing the page doesn't update HTML. From what I can see, you need…
1
vote
0 answers

Visual Studio Browser Link Causes InvalidOperationException: Stack empty

I have a version 4.6 WebForms web site and a simple, custom WebControl. When I do something like: [PersistenceMode(PersistenceMode.InnerProperty)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public SomeControl Contents…
1
vote
0 answers

Visual Studio 2015 Unable to Disable Browser Link

So just switched my project over to 2015 and a day or two later the browser link bar appeared at the top of browser. I did my typical googling and found the setting in the toolbar and disabled it. That didn't work and it's still there. 1st…
jhonka
  • 11
  • 2
1
vote
0 answers

Chrome 51.0.2704.103 Dev Tools Network Filter isn't filtering anymore

I am accustomed to using the Filter field on the Network tab in Chrome's Developer Tools to filter out network requests - most notably, all the 'browserLink' network requests that show up when developing in Visual Studio. In a recent Chrome update…
Mark Shapiro
  • 1,192
  • 10
  • 13
1
vote
0 answers

Browser Link Save Changes to SASS files from browser

Is it possible to save css changes that I do in Chrome to the correct places in my sass file in Visual Studio 2015? I cannot find any information on this. Thanks in advance.
user973671
  • 1,620
  • 6
  • 27
  • 39
1
vote
0 answers

Any solution to make Browser Link work with ASP.NET Core RC2 project while using gulp?

I use Visual Studio 2015 Community with ASP.NET Core RC2. I have all the required tools installed and everything is working fine with one exception. When I create a new ASP.NET Core Web Application or load a saved ASP.NET Core Web Application the…
Serby
  • 51
  • 6
1
vote
2 answers

Memory leak with Visual Studio running alongside web application

I'm running a web application with models defined in C# and views being in HTML5, client-side business logic is JavaScript/jQuery. I've noticed something odd recently. Whenever both Visual Studio and my web application are running simultaneously,…
ouflak
  • 2,458
  • 10
  • 44
  • 49
1
vote
1 answer

Why does Visual Studio 2013 Browser Link use long polling?

I understand that browserlink uses SignalR to create an open connection to Visual Studio 2013. For an asp.net MVC application I am developing and testing in the latest firefox browser, the transport method used by the browser link connection is…
Matt
  • 4,462
  • 5
  • 25
  • 35
1
vote
1 answer

onbeforeunload doesn't work from Visual Studio 2013

Create a web project in Visual Studio 2013, remove all scripts (which could interfere) and add this:
Diego
  • 16,436
  • 26
  • 84
  • 136
1
vote
0 answers

Why does create Browser Link 4-6 Mpbs local network load?

This is a follow up question to my original question where I thought my SignalR connection creates the network load. But as it showed it's the Browser Link from Visual Studio that generates the load. So disabling it helps, and as I'm not really…
devployment
  • 2,121
  • 1
  • 22
  • 33
1
vote
0 answers

Visual Studio 2013 Browser Link unavailable until the project is reloaded

I'm having a problem with Browser Link in Visual Studio 2013 - it is only available after unloading and reloading one of the projects within the solution. From what I've seen, it doesn't matter which solution I try, whenever I open Visual Studio…
79IT
  • 425
  • 4
  • 9
0
votes
1 answer

How to make BrowserLink work with .NET Core in Visual Studio 2017?

BrowserLink doesn't seem to work with .NET Core 2.1.5 at all. Per similar question about a somewhat earlier version of the .NET Core, I got the Microsoft.VisualStudio.Web.BrowserLink package from nuget and now, under Dependencies/Nuget, it displays…
AngryHacker
  • 59,598
  • 102
  • 325
  • 594
0
votes
1 answer

ng-show > 10 throws syntax error (VS browser link)

I have a table cell that shows if there's more than 10 records. Part of my pagination.
0
votes
1 answer

Visual Studio Browser Link adds itself to textarea

I have a