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
15
NU1701 - Framework Incompatible
posted

I'm trying to setup a development environment in Visual Studio 2017 using Infragistics 17.2.  When I add the infragistics grid control, Nothing appears Infragistics in the toolbox, I can't reference the grid control and I get the below warnings.  Any suggestions?

Severity Code Description Project File Line Suppression State
Warning NU1701 Package 'Infragistics.Xamarin.DataGrid 17.2.1051' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. MPMMobile E:\HHDEV\MPMMobile\MPMMobile\MPMMobile\MPMMobile.csproj 1

Severity Code Description Project File Line Suppression State
Warning NU1701 Package 'Infragistics.Core 17.2.1051' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. MPMMobile E:\HHDEV\MPMMobile\MPMMobile\MPMMobile\MPMMobile.csproj 1

Parents
  • 29105
    Offline posted

    Hello Lynn,

    Thank you for contacting Infragistics. These warnings are to be expected and can be ignored because 17.2 is not compatible with .NET Standard. Any app built with 17.2 and earlier should still be able to compile and run through Visual Studio 2017 for .NET Framework 4.6 etc.. Our Xamarin controls now target .NET Standard support starting in 18.1. Therefore any applications targeting .NET Standard will need to update Xamarin packages to 18.1

    For more details please visit our online help:

    What's New in 2018 Volume 1

    Let me know if you have questions.

Reply Children