Skip to main content
A newer version of this page is available. .

NuGet Limitations and Troubleshooting

  • 2 minutes to read

Limitations

When you add DevExpress NuGet packages and their dependencies to a project manually, consider the following limitations.

  • No design-time assemblies are provided.
  • Runtime assemblies are provided starting with version 16.2.
  • Assemblies from NuGet packages do not affect the IDE, therefore the Toolbox does not display DevExpress controls installed using NuGet.
  • The Assembly Deployment Tool does not detect NuGet references.

Troubleshooting

1. Old NuGet.exe version causes “The underlying connection was closed: An unexpected error occurred on send”

2. The “Failed to fetch results from V2 feed at…Response status code does not indicate success: 404 (Not Found)” error when using the loal DevExpress Feed


Old NuGet.exe version causes “The underlying connection was closed: An unexpected error occurred on send”

The DevExpress NuGet feed migrated to TLS 1.2. NuGet.exe supports this protocol starting with v3.4. However, VS2010, VS2012, and VS2013 use an older NuGet version which does not support TLS 1.2.

Solution:


“Failed to fetch results from V2 feed at… Response status code does not indicate success: 404 (Not Found)” message when using the local DevExpress NuGet feed

Visual Studio 2013, Visual Studio 2012 and Visual Studio 2010 create the NuGet V2 feed : https://www.nuget.org/api/v2/. This feed prevents searching packages in a local feed.

Solution:

Remove or disable the https://www.nuget.org/api/v2/ feed or use the NuGet V3 feed instead: https://api.nuget.org/v3/index.json.