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
I found one answer,this problem is because the C# web project has one AssemblyInfo in its properties.
I Remove all of AssemblyInfo from CKFinder Folder,and Problem solved.
but I’m not sure that this way is right or wrong…