Can't get visual studio to run projects on my browser - visual-studio

I have worked within visual studio over 1,000 times. I'm trying to figure out how to attach a browser to my project so that I can view the solution.
Every time I try to run a file and click the 'play' button, there is no browser listed.
picture of visual my visual studio attach button
How do I attach chrome or internet explorer and start my project?

Related

Visual Studio - 2019 Unable to Start Debugging

I am working with Unity.
While in Unity, I build my program. It's a very simple program. It's simply a cube that I placed on the screen.
I clicked build and a Visual Studios Solution was created.
I open up this solution in Visual Studios 2019 and I hit Start (there is no other option besides start).
This is what appears on my screen:
How can I get rid of the error message?
Edit:
I am trying to play with the Hololens emulator.
This post recommended not installing the tools for Unity when installing Visual Studio 2019, that’s why I fid not do so.
Edit #2:
Here is an image from my entire solution from Visual Studio 2019.
Visual Studio solutions can have multiple projects inside of them. Each project generally produces a binary: an .exe, a .dll or a .lib file. If you look at the solution explorer (which you showed in your screenshot), you'll see those projects there. One of the projects will be bolded, and that is the project that is currently set as "Startup project". This is the project that Visual Studio will try to launch when you press F5 or "Start Debugging".
The reason you're getting this error is because your "Startup Project" is configured to be "Il2CppOutputProject". This project builds a .dll, and you cannot start a .dll.
To fix this, right click on "Chapter_2" project and select "Set this project as Startup Project" option. Now starting debugging should start working.

Visual Studio 2013 New Project dialog broken showing blank

I have installed Visual studio 2013 with update 2 but after successful installation When I try to create a new project , I am seeing blank window
But I am able to see some template when I try to click create a new website
I have tried resetting setting or installing template from visual studio command prompt.. even tried repairing it but no success
I have tried solution mentioned in below links but no success yet.
Missing project templates in "New Project" dialog box in Visual Studio 2013
Visual Studio 2013 new project templates appear empty
On windows machine hit Win + R (Run Command Dialog)
Type appwiz.cpl
find Microsoft Visual Studio 2013 Ultimate (this may vary) then Dbl Click.
The Dialog Box Shown below appears.
The VS Repair Dialog Box
Click on repair and wait for the process to complete.
You may be prompted for a reboot.
Your New Project Dialog Box should be back as it was.

How to clear app data when debugging in Visual Studio 2015

I am new to Visual Studio IDE and struggling with a simple problem of clearing app data from the cache when I build a new instance of the app in the debugger and run it. Most emulators like those in android studio and eclipse have a simple way of rebuilding the app from scratch in the emulator so that all previous data gets wiped, but I haven't been able to find a way to do this in Visual Studio 2015.
Though still unable to find a way from within Visual Studio to clear the app cache, the app gets installed on the windows machine itself when running from Visual Studio and then remains resident on the computer, thus one can uninstall it from windows itself and this clears the app data so that the next time it is run from Visual Studio, it is a fresh install.
You can find the menu that allows you to wipe data (like the one you have when using Android Studio instead of visual studio) by clicking on "Open Android Emulator Manager" (you might have to add this as a menu button ), and the selection the virtual device to launch, press "Start" and the dialog box with the option to "Wipe data" appears

Visual Studio 2013/2012 hangs when clicking Add View dialog

After the Update 4 and Web Tools 2013.1, Visual Studio 2012 hangs when I click Add View dialog.
The project contains a few thousand of classes, so I tried to remove them temporarily and clicked Add View again - the Add View dialog now opened in a few seconds. Seems that VS doing something in the background that takes too much time. The same issue occurs on Visual Studio 2013 as well.

Visual Studio 2010 Add Reference Fails to Show

I have an issue with Visual Studio 2010 Ultimate and Visual Studio 2010 Express, when I right click on a project structure in the solution explorer, (on the references folder) and select "Add Reference" the Visual Studio 2010 window flashes as focus as left the window and then focus immediately returns and there is no new window that allows me to add references. This problem persists even after a clean install, and across multiple products (VS 2010 Ultimate and VS 2010 Express) I am using windows 7, and I have to think this problem ids outside of VS 2010, but this is the only issue I am currently facing.
Its like the references window (that allows you to pick the new reference) is automatically being closed.
Thanks.
I just had the same problem.
Do you have a tablet that you're using? If you enable the Tablet PC Input Service it should work again. There seem to be some dependencies on this service and/or conflicts with my Wacom drivers that caused the issue in the first place.
r3volt
Add Reference or existing item popup is not show then answer is :
Window Button +R then type "services.msc" > search "Tablet PC Input Service" and the right Click on Start.
it will work correctly.

Resources