jQWidgets Forums

jQuery UI Widgets Forums Grid Visual Studio 2017

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 #97148

    FredericP
    Participant

    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.

    Visual Studio 2017 #97155

    Peter Stoev
    Keymaster

    Hi FredericP,

    We already wrote that we do not support ASP .NET Core 2.0 yet. This is in our TO DO list. Until we do not support it, you will not be able to use Tag Helpers with Core 2.0. Our Tag Helpers work with ASP .NET Core 1.0. However, plain javascript/jquery stuff works perfectly well with VS2017 and it is nothing specific to VS2017.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.