I have noticed that the Infragistics control will only appear for a new project in VS 2017 and not an existing project I have developed in earlier versions.
Is there anything I need to do in order to get the library to show up in project that were developed in VS VB.net 2015 or earlier?
Thanks,
Colin,
The most common reason the controls wouldn't show is that they are disabled for that project type. For Windows Forms the most common reason would be that the target framework of the project is set to one older than what the controls were built for. All of our recent releases target .NET 4.0 so make sure that your existing projects are targeting .NET 4.0 or later and the controls should show.
Let me know if you have any questions with this matter.