I have followed the instruction to get the Template 10 up and running but I am running into a single assembly error CS0234
Error CS0234 The type or namespace name 'ApplicationInsights' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WindowsApp1 C:\Users\Keshi\AppData\Local\Temporary Projects\WindowsApp1\App.xaml.cs
Any idea's why this assembly is missing. I have installed the entire VS package. Why would this assembly be missing.
Microsoft.ApplicationInsights.WindowsAppInitializer.InitializeAsync(
Microsoft.ApplicationInsights.WindowsCollectors.Metadata |
Microsoft.ApplicationInsights.WindowsCollectors.Session);
Thank you