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!
I belive that is fixed if you install the latest patch:
http://world.episerver.com/Articles/Items/EPiServer-7--Patch-2/
91325 | Runtime compiler error CS0272 when using the PageStoreService | \CMS |
Hi all,
I am trying to use the CMS web services to pull content into another site to ensure the sites share the same look and feel.
When I try to call the simplest service PageStoreService.Ping() I get the following error:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: Cannot deserialize type 'EPiServer.Core.LanguageSelector' because it contains property 'SelectionSource' which has no public setter.
I am trying to access an instance of episerver on my local dev machine and for simplicity I have taken off all secuirty on the services (for now).
Anybody have any ideas why this is happening.
Thanks