dtjmsy
dtjmsy

Reputation: 2752

CKFinder integration ASP.net MVC complilation error

I came accross a problem when integrating CKFinder for standalone use in ASP.Net MVC 3

I follow those steps:

  1. Reference the CKFinder.dll in the project
  2. Copy all the CKFinder files into my project(http://ckfinder.com/download, asp.net section)
  3. 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 ?

Upvotes: 1

Views: 909

Answers (1)

ed13
ed13

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

Related Questions