Hi,
I’m Fred from France.
Excuse, i posted this message in the wrong forum (ASP.NET).
Did you test your application with the last VS 2017 preview ?
Because it is impossible to have it working.
I followed your readme, but impossible to see a grid, Nothing happen.
I encounter several error like this one :
‘IHtmlHelper<dynamic>’ does not contain a definition for ‘ApplicationInsightsJavaScript’ and no extension method ‘ApplicationInsightsJavaScript’ accepting a first argument of type ‘IHtmlHelper<dynamic>’ could be found (are you missing a using directive or an assembly reference?)
+
@Html.ApplicationInsightsJavaScript(TelemetryConfiguration)
I tried this https://stackoverflow.com/questions/43136306/porting-netcore-vs2015-to-vs2017-referencing-issue
I don’t have the error anymore, but when i launch the sample, there was no menu (navbar), so i add it in the _layout file, and now i have this error :
The ‘model’ directive may only occur once per document.
+
@model IEnumerable<jQWidgets.AspNet.Core.Models.Employee>
Ok, it appears twice, so i remove one of them in about.cshtml, and now, there is no error, but when i click on the About menu, i have a very blank screen.
Can you help me please ?
Thx by advance.