not able to post a new question.
Hello David,
Now you can post your question. Let me know how can I help you?
Hi,
I have downloaded and installed the trial Ignight UI. I am extremely impressed with your products and would really like to get it working. I have created an MVC project using the controllers and views template. I would like to use the Ignight templates shown in the documentation but they do not show up in the list of templates on my machine, using VS 2019.
I have tried several of the MVC examples and always run into the same problem. The compiler throws an error on any control define as:
@(Html.Infragistics...........
Its flagging the Infragistics as missing an assembly reference. The VS 2019 documentation for adding an assembly reference is wrong / miss leading. So, even if I thought a missing assembly reference was the problem, I have no idea how to add it or what to add.
What am I missing so that the controls can be defined within a razor view? I'm starting with a very basic project, just to get some samples working.
Hello David, I assume you are talking about the Infragistics Template Gallery extension? If that is the case have a look at this blog on how to use Ignite UI ASP.NET Mvc Razor Templates.
To use any of the Ignite UI MVC razor template there are two requirements that you need to fulfill. First you need the Ignite UI product installed. You can download a free trial from our main page : www.infragistics.com. The second thing is that you should ensure that the Infragistics.Web.Mvc assembly (DLL) reference is updated to the current version. If you want to update the version number, you should remove the assembly reference and re-add it from the Global Assembly Cache (GAC). You should also set the Infragistics.Web.Mvc.dll property Copy Local to true in the project that you’ve created from the template.
If you are following some other documentation please let me know which is it?
https://www.igniteui.com/help/adding-igniteui-controls-to-an-mvc-project
https://www.igniteui.com/help/mvc-scaffolding
Hi, thanks for the additional information. I have it working now.