AI OnAI Off
I have several classes I've successfully remapped using attributes:
[EPiServerDataStore(AutomaticallyCreateStore = true, AutomaticallyRemapStore = true)]
Could it be the combination with the custom BigTable attribute? Try testing adding EPiServerDataColumn attributes to class properties, or removing the EPiServerDataTable attribute.
I'm facing a problem with remapping of objects stored in a Dynamic Data Store.
Lets say we have something like this:
The Type 'EonIntra.Web.Business.Entities.NotificationSettings' needs to be remapped in the Dynamic Data Store, see the Errors collection for more information.
Remapping can be done by applying the EPiServer.Data.Dynamic.EPiServerDataStoreAttribute attribute to the type,
setting its AutomaticallyRemapStore property to true and ensuring the <episerver.dataStore><dataStore> autoRemapStores attribute in web.config is set to true (or is not defined).
Alternatively call the Upgrade-EPiRemapDDSTypes cmdlet from Powershell.
Why doesn't the remapping work? We have decorated the comment object but it still wont remap. Any suggestions?