Hello Klaus,
Thank you for contacting Infragistics Developer Support.
Yes, the tutorial page is up-to-date. Have you referenced the Infragsitcs dll correctly?
Have you tried to copy the dll file into the bin folder or your project?
I'm waiting for your reply.
Hi Radoslav,
I tried to reverence with the NuGet packages management.
I installed Infragistics.Web.Mvc. When installed, dll files are copied into bin folder and the system binds scripts to the project.
I also installed Infragistics.Core, IgniteUI.MVD and jQuery with Nuget packaging management.
Now, that´s what I did for now. Maybe you can see, where the problem is.
Kindly regards
Klaus
Infragistics.Web.Mvc is the package that contains the Ignite UI dll files for .Net Core.
AFAIK you target .Net 4.6.2 so you need the IgniteUI.MVC package.
Can you clean you references and start at a clean state by running:
nuget install IgniteUI.MVC -Version 17.1.20171.1012 -Source https://packages.infragistics.com/nuget/licensed/
The package will install all its dependencies and your sample should work out.
Hello Radoslav,
thank´s for your advice!
I tried your solution and it really worked.
Have a nice day.