Application Insights missing from Visual Studio 2019 - azure

As the title states I cannot find any Application Insights menu's or options in Visual Studio 2019.
Searching has been fruitless and I see no updated documentation from Microsoft around support for Application Insights in Visual Studio 2019.
Is this something that is not available yet?

Double check what you have installed as part of your Visual Studio 2019 installation. The product required is (aptly named) "Application Insights Tools for Visual Studio Package"

I had the same issue.
The Toolbar disappeared when updating Visual Studio 2019 from version 16.0.0 to 16.0.2.
The solution for me was to just enable the Toolbar again.
Go to "Tools/Customize..." and select "Application Insights" in the Toolbars pane (See picture).
Customize VS Toolbars

Same problem, I recently applied some updates and went to Version 16.11.7, and couldn't find my App Insights window anywhere!
I had to rerun the Visual Studio Installer and then modify my install, then on the tab 'Individual Components', check the box to install 'Developer Analytics Tools'.
Then after a restart, it re-appeared....but was super tiny.
After dragging it back to a more reasonable place, it was back in action.

Related

Task Runner Explorer is not present in Visual Studio

I can't see the Task Runner Explorer option in 'View' -> 'Other Window' menu, I can't figure out why I can't see it, I have Visual Studio Community installed on another computer and the option is visible.
Here is a screenshot :
Anyone have an idea about that ?
It should be in VS 2015 but may have shipped in update so make sure your on the newest version, there is also an extension in the visual studio gallery that's supposed to be for 2013 but should work for 2015 as well.
Edit: for 2015 may be in web extensions package.

Why Architecture menu in visual studio 2012 Premium does not work

Architecture menu in visual studio 2012 Premium does not work. It is showing me in disable mode.I checked in customize menu but toolbar added in Disable form. I can not generate the "Visualize Code Dependencies on Dependency Graphs".
Is there any option without upgrading Visual studio 2012 from Premium to Ultimate Architecture menu work.?
No, it is an Ultimate only tool.
Architecture menu in Visual Studio show only with Microsoft Visual Studio Ultimate edition.To use this option/feature need to buy Microsoft Visual Studio Ultimate edition.

How to enable Web Development feature in Visual Studio 2015?

I am trying to install Microsoft Azure SDK. I downloaded this version (2.9) of the SDK from here. And I am getting the following error in the picture.
I have Visual Studio 2013 and 2015 installed on my PC. Could it be some sort of compatibility issue. I read on some forum that it won't work if I have different versions of the Azure SDK installed on Visual Studio 2013 and 2015.
But I don't have the SDK installed on any of them. And I can't seem to find any Web Development Feature in the IDE either. Does anyone know how to resolve this?
Given the situation, the issue is most probably that the relevant modules for Web Development weren't installed when Visual Studio was installed. Those modules are not selected to be installed by default.
The solution is to simply re-run the setup and select "Modify".
On the list of modules, go to "Windows and Web Development".
You should get Microsoft Web Developer Tools in the list. Just select that and install. That should do the trick.
#alchemist is right but I had deleted the VS2015 installer long ago (right after installing). So I went to the Control Panel > Programs And Features > Microsoft Visual Studio 2015 Community with Updates > (right-click) > Change
This will bring up the visual studio installer. Click on Modify > Check Microsoft Web Developer Tools > Update.
*walks towards the camera in slow motion on an exploding background

Where is the Architecture Menu in Visual Studio 2012 Premium?

I can't seem to access the Architecture Tools available in Visual Studio 2012 Premium Version 11.0.60610.01 Update 4 using .Net Version 4.5.50709
My only visible menu options on startup are:
FILE
EDIT
VIEW
DEBUG
TEAM
SQL
TOOLS
TEST
ANALYZE
WINDOW
HELP
And with a project open these two extra items appear:
PROJECT
BUILD
There is nothing under the any of the menus related to Architecture Tools except for
VIEW > Toolbars > Architecture Designers
The Architecture Designers toobar's buttons are all grayed out when enabled.
Do I need to do something extra after the Visual Studio 2012 install to make them show up?
Does it only work for certain types of projects (I am trying to make an MVC4 project)? Does it have to be enabled on a per-project basis?
Is there a difference between how the Architecture tools work in Premium vs Ultimate?
Isn't it only available in VS 2012 Ultimate? (which used to be called "Architecture Edition".)

How to connect to Visual Studio Online from Visual Studio 2012 Update 4

From what I have read, it is possible to connect to Visual Studio Online from Visual Studio 2012 Update 4.
However, I cannot find anything that shows how this is actually done.
In Team Explorer, Click on Configure Team Projects. Then click on Servers. Then click Add. Enter: YourProjectName.VisualStudio.com
Then click connect.
You have to choose "HTTPS" instead of "HTTP" as shown above, otherwise you will fail. Maybe they changed that recently.

Resources