Application Insight Missing in Visual Studio 2017 - azure-application-insights

I can't seem to find Application Insight in Visual Studio anywhere. The MS documentation tells me to:
Run an Asp.Net core project on IIS Express
Select View > Other Windows > Application Insights Search
But it isn't there. Nore is it anywhere else in Visual Studio.
I have the ASP.NET and web development workload installed (all options checked).
Any help on this matter would be greatly appreciated. (It's driving me absolutely nuts)
Thanks for your help!
Stefan

It turned out that the 'Developer Analytics Tools' extension was disabled.
I probably disabled it previously myself because of al the (pretty annoying) pop-ups at the introduction of AI. Hope this helps anyone with the same issue.

Related

ASP.net AJAXControlsToolkit (v15.1) bundling does not seem to work after publishing with Visual Studio

I have an application that I've just updated to use v15.1 of the Ajax Contol Toolkit. I've also used the instructions on this page to configure bundling and everything looks good on my local machine.
https://ajaxcontroltoolkit.codeplex.com/wikipage?title=How%20to%20use%20bundling%20and%20CDN
If I inspect the source I can see a single script tag with src=/Scripts/AjaxControlToolkit/Bundle?v=.
However, after I publish the website through Visual Studio and upload the site to my live server, bundling doesnt seem to work anymore. Instead I see all the individual resources such as
I've had a look around the net and various forums but I can't see anyone else having a similar problem. Any help would be greatly appreciated. Everything works, I'm just a bit funny about these things.
So after 2 days of trying everything under the sun, turns out the problem was because the new Web Optimisation tools seem to run under .Net v4.5. Unfortunately the server didn't have v4.5 installed, so I installed it and now the bundles are created as expected.
Hope this helps someone.

can't find any working sample of websocket

I shy to ask but I can't fins any working Visual Studio 2012 project/solution for websocket protocol in:
Silverlight
Asp.Net
Pleas help. And thanks in advance.
Have you looked at http://signalr.net/ yet? If you're on the .NET platform it's a fun way to get started with websockets without getting into the details too much. They have some demo projects that you can run out of the box, and a NuGet package installer too. Check it out :)

subversion ankhsvn files disapear from solution explorer

Im using Visual studio 2008. Every once in a while files that exist in the root of couple of my class libraries disapear from the solution explorer on visual studio.
Files exist on subversion. I could not understand the reason of this and it just happened again..
Any one has experienced this problem also?
This issue is also reported by TFS users (See google), so it is most likely a Visual Studio bug. It would be nice if somebody found out a way to reproduce this issue. That would finally enable Microsoft to fix this issue.

How to make visual studio 2008 ASP.NET designer faster?

Visual studio designer for asp.net applications is generally very slow and i would like to know if there are any tips or guidelines for settings in order to get better.
The problem is usually noticed when i try to make a change in design or source view, especially in source view it may get non-responding for a couple of seconds.
I experienced a very similar issue when I first installed Visual Studio Team System 2008 Development Edition. I have issues with VS design view and could not switch to "Split View"
Reference the following ASP.NET thread link to see if any of this information helps..(Warning: It is quite long).
Do you notice any difference when starting in Safe Mode?
devenv.exe /SafeMode
I assume that you have already installed the hotfix for VS2008 ASP.Net Designer performance issues? Link

The custom tool 'msdiscocodegenerator' failed

I get this error when attempting to reference a Web Service in my Compact Framework application. Hunting through Google seems to indicate it's a common occurance, but there's been no useful suggestions as to what causes it, and how to fix it. I can successfully access the web service from a WinForms application by adding a Service Reference but the CF project only has the Web Reference option.
I am running Visual Studio 2008 on Vista.
Has anybody actually solved this problem after encountering it?
Thanks
Bill
Maybe yes... I forget as it was over a year ago. I needed to use a WCF service (presented as a web service) on CF 2.0 device. But I had issues with generating the wrapper.
What I think I did in the end was do it on the desktop and then copy that generated code into the device project. I had to remove a few bits to get CF compatability but it worked in the end.
Sorry for being so vague but my memory is like that sometimes. :)
This issue has been identified as BUG from Microsoft and fixed in latest version of visual studio. you can install VS 2013 and try. It was working properly after I upgrade my Visual Studio to 2013 version.

Resources