I came accross a problem when integrating CKFinder for standalone use in ASP.Net MVC 3
I follow those steps:
- Reference the CKFinder.dll in the project
- Copy all the CKFinder files into my project(http://ckfinder.com/download, asp.net section)
- Copy Standalone.aspx in the root of the project.
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 ?