Getting “Could not install package…” when attempting to install DevExpress to project?

寵の児 提交于 2020-01-06 05:23:28

问题


All projects in my solution are loading except for 1. This project is a DevExpress project, ".dxjsproj", and will not load properly without DevExpress. When trying to install the package with NuGet, an error is thrown.

The error that is thrown is:

Error       Could not install package 'DevExpress.Data 19.2.3'. You are trying to install this package into a project that targets 'MDD,Version=v8.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

What should happen is the project loads correctly and I can work on it, but this error is stopping this from happening.

来源:https://stackoverflow.com/questions/58609208/getting-could-not-install-package-when-attempting-to-install-devexpress-to

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!