You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2018. It is now read-only.
The type or namespace name 'OptionsModel' does not exist in the namespace 'Microsoft.Extensions' (are you missing an assembly reference?) @using Microsoft.Extensions.OptionsModel
An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately.
/Views/Shared/_Layout.cshtml
'IHtmlHelper' does not contain a definition for 'ApplicationInsightsJavaScript' and no extension method 'ApplicationInsightsJavaScript' accepting a first argument of type 'IHtmlHelper' could be found (are you missing a using directive or an assembly reference?)
@Html.ApplicationInsightsJavaScript(TelemetryConfiguration)
The text was updated successfully, but these errors were encountered:
It fails with the following 2 errors
The type or namespace name 'OptionsModel' does not exist in the namespace 'Microsoft.Extensions' (are you missing an assembly reference?)
@using Microsoft.Extensions.OptionsModel
An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately.
/Views/Shared/_Layout.cshtml
'IHtmlHelper' does not contain a definition for 'ApplicationInsightsJavaScript' and no extension method 'ApplicationInsightsJavaScript' accepting a first argument of type 'IHtmlHelper' could be found (are you missing a using directive or an assembly reference?)
@Html.ApplicationInsightsJavaScript(TelemetryConfiguration)
The text was updated successfully, but these errors were encountered: