Reputation: 2752
I came accross a problem when integrating CKFinder for standalone use in ASP.Net MVC 3
I follow those steps:
However, when I compile, many errors related to the attributs, they are doubled in AssemblyInfos.cs files
Example one of the error message: attribut guid is in double...
Do you have any ideas how to fix the problems ?
Upvotes: 1
Views: 909
Reputation: 457
Had the same problem - I resolved it by excluding the '_source' directory from the CKFinder root directory. Compiled with no problems.
I also added the 'System.Design' namespace as well...
Upvotes: 1