Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: Error: Configuration already contains an interface type with id '7b54d7d2-6be6-48a6-9ae1-2e0373073d1d'

$
0
0
If you get this error check if ~/bin/Composite.dll got overwritten by another version of the assembly - this may happen during Visual Studio's compile. If you have different versions of Composite.dll in your web project and your code project, and you have "copy local" in your code project reference, building your project will pull in the assembly referenced by the code project and overwrite the one in the web project.

To fix this:
  1. Restore Composite.dll in your webproject to the correct version (check if this also happened to other assemblies)
  2. In your code project, make sure "copy local" is set to false on our assemblies - this should prevent them from being copied to the web project

Viewing all articles
Browse latest Browse all 2540

Trending Articles