Boa noite,
Estou a usar framework DevComponents.DotNetBar para customizar windows form em C#.
DevComponents está configurado e adicionado à 'References' na pasta do projecto. Porém, o problema é que não está a adicionar componentes do DevComponents ao windows form. E gera seguinte warning:
"Warning 3 The currently targeted framework ".NETFramework,Version=v4.0,Profile=Client" does not include "System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which the referenced assembly "DevComponents.DotNetBar.Design"
depends on. This caused the referenced assembly to not resolve. To fix this, either change the targeted framework for this project, or remove the referenced assembly from the project".
Já fiz update de .NETFramework 4.0, mas continua a dar o mesmo. Alguém consegue ajudar?
Muito agradeço a vossa atenção.