Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Infragistics ASP.NET nuget package
posted

I have an ASP.NET web application which uses Infragistics ASP.NET controls. Now I want to reference these ASP.NET assemblies through Nuget Packages. I am using the private feed of Infragistics (https://packages.infragistics.com/nuget/licensed). I can't find any nuget package for ASP.NET controls. There are only Ignite, Xamarin Forms, Infragistics core related nuget package. How do i get the nuget package for ASP.NET Controls?

Parents
No Data
Reply
  • 7375
    Verified Answer
    Offline posted

    Hello Gautam ,

    Currently the ASP.NET packages are not available in the private feed, that’s why you are not seeing the ASP.net  nuget packages.

    You needs to use the installer for Nuget packages - Infragistics_ASPNET_20162_NuGet.msi or use the platform installer to install ASP.NET Nuget. This will create the local feed “Infragistics (Local)” and then follow the documentation “Installing ASP.NET packages from the local feed” to add the packages to the project. 

    http://www.infragistics.com/help/aspnet/aspnet-nuget 

    Please let me know if you need further assistance.

Children