Chrome is unresponsive with Visual Studio 2017 - google-chrome

When I start a project (with or without debugging) in Visual Studio 2017, I get the error: google chrome is unresponsive. relaunch now?
I have disabled the Javascript debugging for .NET, but that hasn't helped.
Any suggestions?

Though it is an old link but I think I should answer this. I also encountered this weird error sometime back. I think it is related to IIS. Once you have started IIS along with visual studio this error springs up. Try closing the IIS,Chrome and restart visual studio. It will disappear.

Launch Chrome manually
Click on the three dots on the top right hand corner of the browser
Go down to Help->About Google Chrome. The About screen will display
Close Chrome and try again
It worked or me. Strange, but it worked.

Related

How do I solve Oracle APEX 20.1 sql code editor not Working on Chrome?

I'm using Oracle Apex 20.1(Online version) on my chrome browser but I noticed when I click on any code editor window it shows Like this forever, I can't even close the dialog in this state, instead, I am forced to refresh the whole page. It works on Microsoft Edge browser, on the chrome browser of my laptop, but can't seem to work on this PC only. What can be the issue and how can I solve it?
EDIT:
Fixed the issue by removing some "Dark Theme" extensions from the browser.
I have the same error, but don't was the dart theme. In my case was a plug-in SMART4Solutions - APEX Plugin , i disabled it and works.

Live HTML Previewer on Mac Visual Studio code doesn't work

I am using Visual Studio Code on Mac and installed Live HTML Previewer extension as well. but this extension shows neither failure nor displays side window to show live changes.
Any idea?
Am I doing something wrong or this extension isn't being supported by Visual Studio Code editor anymore?
Thanks a lot for your gently feedback!

Visual Studio 2019 Change Viewing Browser

My default browser is Chrome but I want to use Firefox Developer as my browser in Visual Studio 2019 Community edition on web pages I am working on. The HTML menu has "View in browser (Google Chrome)" and I cannot find any option to change this. Searched Microsoft and found nothing pertinent. Stackoverflow has only two related posts, one discusses toggling between Chrome and IE but couldn't see how they did it.
I expect this to be a head-slapper, but I'm stuck. TIA!
I believe all you have to do is download the firefox developer edition and set it as your default browser. Do this and if you have Visual Studio running, close it and reopen. It should be found under the IIS Express dropdown menu where you select the web browser. You may not have to have firefox dev edition set as your default browser but that is what I have running on my end and it works correctly.

Webpage made using Polymer terminates on Google Chrome

I have made a webpage using Polymer. The webpage doesn't open on Google Chrome (both Windows and Android). When I try to open the page, Chrome shows "He's Dead, Jim!" message on Windows and "Aw, Snap!" message on Android. I have reset the settings and reinstalled Chrome but the problem still continues. Can anyone tell me how to solve this problem or the reason behind it?
https://www.googledrive.com/host/0B2Zii8voDW6QcGduNnl1cFBReXc/fold/
maybe you can check if there is any error in your page, which stop polymer initialization:
https://www.polymer-project.org/docs/polymer/debugging.html#unregistered-element-bookmarklet
Btw, did you try the official demo page with your browsers? If they work, then it's your code problem.

Chome opens a new window on top of the existing window when I run Visual Studio

When I run my web application in Visual Studio 2012 it opens the website as I would expect in the most recently active window of Chrome that is open. This is all fine and how it has worked for as long as I have been using Chrome as my default browser for debugging in Visual Studio (all versions).
However, it has recently started also opening another completely new window of Chrome with a blank tab over the top of the existing Chrome window as well. I now close this blank window and find my running website in the Chrome window behind it.
I am not sure if this was as a result of an update to Chrome (I think so) or Visual Studio (less likely).
Has anyone else seen this behaviour? More importantly does any know how to solve it as it is becoming very annoying?