Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Following controls were added but are not enabled

I'm trying to add the Windows Media Player component to my solution, but this message is displayed instead.

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

I'm using Windows 8.1, Visual Studio 2013 and .NET framework target is 4.5

I copied my DLL to the bin folder too.

like image 915
Kenny Avatar asked Jan 10 '15 16:01

Kenny


2 Answers

When You create Windows Forms App there are two ways: (.NET Framework) and (.NET) You should chose Windows Forms App (.NET Framework).

like image 91
Uch Avatar answered Oct 23 '22 10:10

Uch


I could suggest you to check if the version of the dll that you have imported is for 4.5 version of framework. Maybe it's for an older version of framework.

If it doesn't help you try following this guide.

As workaround I can suggest you to copy that dll in your bin/debug folder and then add references to the project from your bin.

like image 28
faby Avatar answered Oct 23 '22 10:10

faby