添加了以下控件但未启用

Following controls were added but are not enabled

我正在尝试将 Windows 媒体播放器组件添加到我的解决方案中,但显示的却是这条消息。

The following controls were added but are not enable in the active designer. Make sure the controls to add are compatible with the current designer and .NET Framework

我正在使用 Windows 8.1、Visual Studio 2013 和 .NET Framework 目标是 4.5

我也将我的 DLL 复制到 bin 文件夹中。

我建议您检查一下您导入的dll版本是否适用于4.5版本的框架。也许它适用于旧版本的框架。

如果它对您没有帮助,请尝试 following 本指南。

作为解决方法,我建议您将该 dll 复制到您的 bin/debug 文件夹中,然后从您的 bin 添加对该项目的引用。

连续两次创建解决方案,没有做任何事情。

当您创建 Windows Forms 应用程序时,有两种方法:(.NET Framework) 和 (.NET) 您应该选择 Windows Forms App (.NET Framework)。