London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
It should help
http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-60/Powershell-for-EPiServer-Applications/
http://world.episerver.com/Forum/Developer-forum/EPiServer-7-Preview/Thread-Container/2012/10/How-to-install-PowerShell-Snap-in/
Have a look at my Admin Plug-in as an alternative to running the cmdlet
http://world.episerver.com/Blogs/Paul-Smith/2014/10/dds-remap-type-admin-plug-in/
I am working with custom visitor criterias and have changed the type of one of the properties in my criterion-model. The problem is that the criterion-definition stored in the DDS is not updated.
Normally, when working with DDS, it would be enough to decorate the model-class like this:
However, this does not seem to have any effect on the criterion-model. It's a digression, but does anybody know why?
Paul Smith says that the same operation can be done manually, by executing a commandlet called Upgrade-EPiRemapDDSTypes (see his Tips&Tricks-blogpost). But I cannot for the life of me find it! Where on earth is this cmdlet hidden?
This tweet by Paul Smith shows that others have been searching for it, but Pauls answer hasn't helped me find it: Upgrade-EPiRemapDDSTypes => EPiServer.Framework.Install.$Version
Can anybody help me?
-b