Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Seems you ran into a Naming missmatch.
EpiServers PageData has a Name property that gets the PageName property. If you call it Foo instead does it pass?
I read a good article regarding set up the basic unit test in episerver 7 (http://tedgustaf.com/blog/2013/10/unit-testing-in-episerver-7/)
I copy the same code from the above article with slight modification and trying to run it in my episerver 7.5 project with nunit instead of VisualStudio Unit test, However I keep receiving " EPiServer.Core.EPiServerException : Property 'PageName' does not exist, can only assign values to existing properties" error.
Can someone tell me where I made the mistake?
Thanks