jQWidgets Forums

jQuery UI Widgets Forums ASP .NET MVC Visual Studio 2017 Preview

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 7 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Visual Studio 2017 Preview #97147

    FredericP
    Participant

    Hi,

    I’m Fred from France.

    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.

    Visual Studio 2017 Preview #97164

    Peter Stoev
    Keymaster
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.