Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

PropertySettings has unknown type EPiServer.Editor.TinyMCE.TinyMCESettings, EPiServer.Cms.TinyMce, Version=1.0.0.0

Vote:
 

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/

#299641
Edited, Apr 06, 2023 6:30
Vote:
 

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%'
#299645
Apr 06, 2023 7:31
Vote:
 

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
#299646
Apr 06, 2023 7:44
Eric Herlitz - Feb 21, 2024 14:27
Where you able to ever solve this?
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.