Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
In my case I think the correct path is to delete, not update the versionnumbers etc.
I'm seeing three rows returned from this query:
SELECT * FROM tblBigTableReference
WHERE ElementType LIKE '%EPiServer.Editor.TinyMCE.TinyMCESettings%'
Snooping around some more...
SELECT * FROM tblBigTableStoreConfig WHERE StoreName LIKE 'EPiServer.Editor.TinyMCE%'
-- 2 rows
SELECT * FROM tblBigTableStoreInfo WHERE fkStoreId IN (SELECT pkId FROM tblBigTableStoreConfig WHERE StoreName LIKE 'EPiServer.Editor.TinyMCE%')
-- 6 rows
SELECT *
FROM tblSystemBigTable
WHERE StoreName LIKE 'EPiServer.Editor.TinyMCE%'
-- 58793 rows
SELECT *
FROM tblBigTableIdentity
WHERE StoreName LIKE 'EPiServer.Editor.TinyMCE%'
-- 58793 rows
SELECT *
FROM tblBigTableReference
WHERE ElementStoreName LIKE 'EPiServer.Editor.TinyMCE%'
-- 29653 rows
See these traces in a solution... We have upgraded from 11 to 12 and are on EPiServer.CMS.TinyMce 4.1.0 currently.
Error loading type in PropertySettingsRepository.TryGetContainer. Property PropertySettings has unknown type EPiServer.Editor.TinyMCE.TinyMCESettings, EPiServer.Cms.TinyMce, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7
Anyone cleaned these up and have a script or Startup-trick available?
EDIT: Used a more relaxed search and found this one that's also without an answer: https://world.optimizely.com/forum/developer-forum/cms-12/thread-container/2022/11/error-loading-type-in-propertysettingsrepository-after-upgrade/