Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
Hi,
Not sure if this fixes your problem, but probably it will. Uninstall PageTypeBuilder and convert to real Episerver page types. There's no need for PageTypeBuilder in Episerver 7+.
Hi @Johan Petersson, Thanks for your response. Can you give me more details on how to convert to real Episerver page types? Im totally a newbie. Thanks!
Not sure if there is a guide, but you can read about page types here http://world.episerver.com/documentation/developer-guides/CMS/Content/Page-types-and-templates/. Migrating from PageTypeBuilder should be easy since page types are very similar. PageTypeBuilder is a 3rd party add-on to specify page types from code, but now this is built-in.
Hi guys. Im an absolute EpiServer newbie. I'm struggling to upgrade an EpiServer site from 6.0 R2 to 7. I follow this guidance http://joelabrahamsson.com/upgrading-a-site-from-episerver-cms-6-to-episerver-7/. After fixing all the compiling errors i finally can build the solution successfully. But when i start the site i got the error
Method not found: 'Boolean EPiServer.DataAbstraction.PageType.op_Equality(EPiServer.DataAbstraction.PageType, EPiServer.DataAbstraction.PageType)'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'Boolean EPiServer.DataAbstraction.PageType.op_Equality(EPiServer.DataAbstraction.PageType, EPiServer.DataAbstraction.PageType)'.
Source Error:
Source File: D:\IT\Projects\EpiServer\xcenda-solution\xcenda-episerver-solution\xcenda-internet\global.asax.cs Line: 20
Stack Trace:
I suspect there are some problems with dlls version. Can anyone give me a easy-way suggestion or step-by-step guide because im very new to Episerver? Comments are appreciate. Thanks!