locked
[WP 8.1 Universal]Regarding Application Insights in Windows Phone 8.1 application RRS feed

  • Question

  • When i try to add application insights connected service to project , It is saying  , Current Project is not supported.

    like shown in below image. in spite  i have added all references to the project.

    When i run the application , insights are being noted / notified but they are not shown on my azure portal, I had give all required data like Instrumentation key etc..


    Mohan Rajesh Komatlapalli



    Wednesday, February 3, 2016 11:30 AM

Answers

  • since VS is showing you that events are being captured, your next step is to check a few things:

    1. are the events actually being successfully transmitted?  Use Fiddler, and look for outbound requests to dc.services.visualstudio.com.   Those are data being sent by the AI sdks.  If the requests are successfully being sent (responses are 200's) then you should see data in the portal.
    2. Verify that the instrumentation key you are using in your project matches the one you are looking at in the Azure portal.  Every once in a while someone will switch which resource they are sending data to, and others are looking at a different resource in azure expecting to see data.  So verify that.
    3. verify that there are no outages/etc with AI itself.  see http://aka.ms/aistatus and make sure that it isn't by coincidence that there's a delay in processing.

    Monday, February 8, 2016 6:14 PM

All replies

  • Hi Mohan,

    Based on this article, the Application Insights supports Windows Phone 8.1 after the Visual Studio 2013 update 3. So please make sure that you have used the Visual Studio 2013 update 3 or higher.
    After that please try to refer to the following article about how to add Application Insights in a Windows Phone 8.1:
    https://blogs.msdn.microsoft.com/visualstudioalm/2015/02/25/adding-application-insights-to-a-windows-8-1-universal-app/ .


    Best Regards,
    Amy Peng

    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Thursday, February 4, 2016 3:32 AM
  • I am using Visual Studio Ultimate 2013 Update 5 and also tested in Visual Studio Professional 2015 Update 1 but, both are giving same result, Insights are getting couting in Visual Studio, but these are not shown in Azure portal.
    Thursday, February 4, 2016 7:07 AM
  • since VS is showing you that events are being captured, your next step is to check a few things:

    1. are the events actually being successfully transmitted?  Use Fiddler, and look for outbound requests to dc.services.visualstudio.com.   Those are data being sent by the AI sdks.  If the requests are successfully being sent (responses are 200's) then you should see data in the portal.
    2. Verify that the instrumentation key you are using in your project matches the one you are looking at in the Azure portal.  Every once in a while someone will switch which resource they are sending data to, and others are looking at a different resource in azure expecting to see data.  So verify that.
    3. verify that there are no outages/etc with AI itself.  see http://aka.ms/aistatus and make sure that it isn't by coincidence that there's a delay in processing.

    Monday, February 8, 2016 6:14 PM