November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I identified the issue was due to the project name and namespace having being changed in the past, but some old files were not removed from the source repository. When the solution was built for debug, the old files were causing a second copy of global.asax to be generated which in turn caused the initialisation modules to execute twice and hence create duplicate entries in the property settings.
I removed the old files and the solution built without isssue.
I have just started to work on migrating an old project into EpiServer 11 but have hit a snag when trying to run the solution on my local development machine. As soon as a debug of the solution is started an error screen appears with the message:
"Multiple property settings ([Some Value],[Some Other Value]) for the same settings type EPiServer.Editor.TinyMCE.TinyMCESettings with IsDefault = true."
Any help on how to overcome this issue would be much appreciated.