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.

  • Design-time assemblies are provided only for WPF Controls.
  • Runtime assemblies are provided starting with version 16.2.
  • No design-time support for .NET Core applications. To test designer tools for DevExpress controls, you need a package installed from a EAP feed. See this article for more information: .NET Core Support.
  • Limited Toolbox support. The toolbox is integrated only in WinForms and WPF. WinForms controls for .NET Framework are available in the Toolbox but cannot be dragged onto a form.
  • 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.