I use CkEditor and CKFinder in My C# Web Project. but when I use ckfinder in my code ,I get an Error:
The type or namespace name 'ControlDesigner' does not exist in the namespace 'System.Web.UI.Design' (are you missing an assembly reference?)
and when I Add System.Design To my References ,this Error has been solved,but now I get some Error such as this:
Duplicate 'AssemblyTitle' attribute
I need to use ckeditor & ckfinder and I use only Web project Not Web app,can any one help me?
thanks so much