Make BlockController Index method async
Hi,I need the Index method of my blockcontroller to be async but since the base class already has a Index method that is sync this seems impossible. Anyone an idea how to fix this?The end result I'm...
View ArticleBroken DnD with backingtype PropertyPageReference but property type is custom...
I have this: [BackingType(typeof(PropertyContentReference))] [AllowedTypes(typeof(Contact)), Required] public virtual Contact Contact { get { var contentRef =...
View ArticleEPiServer CMS 9 and CMO compatibility
Hi guys,does anybody know when EPiServer CMO for EPiServer 9 will be released? We have a solution in EPiServer 8 using CMO and we would like to update it to CMS 9 but can't, becuase there is no...
View ArticleIncluding fields problem
HelloWhat types are supported by the client conventions IncludeField method?I have the following(example code):class InitModule { private readonly Injected _client; void Initialize(InitializationEngine...
View ArticlePossible to run MVC alongside Web Forms?
Hi!Is it possible to run MVC alongside Web Forms in the same solution?If yes, what measures do you have to take to enable MVC?We're currently running EPiServer 7.1 and have enabled Web API.If it's...
View ArticleProperty on pagetype says it is type X, but X has been renamed to Y
When i look at my pagetype in admin mode it says it has a property with Name=MetaThemes and Type=Block (MetaTagBlock) If i click MetaTagBlock EPi says that the pagetype is deleted (yes, its says...
View ArticleChange master language of page and blocks
Hi,I have swedish website and we are creating Finland website. We want the same strcuture for both of the websites. So, I imported the pages from Swedish to Finland site. I am using Language Manager...
View ArticleTermsFacetFor use for Webcontent
We are using Episerver find to index our site (using our own type ISearchableContent) along with an external connector to crawl another site for new articles.We then use TermsFacetFor to build a list...
View ArticleExport/Import content
I created new page with new blocks.I'm trying to export new page from one Episerver 9 CMS website, and import it to another Episerver 9 CMS website.Exporting data is ok, but when trying to import, I...
View ArticleExtend the OrderStatus
Hi.The purchase order can be one of next statuses: InProgress, Cancelled, Completed etcHow can I add a new status to this list? Maybe does Epi not support it?Commerce Version 9.14.1Best regards
View ArticleEpiserver Commerce Caching issue (maybe)
Hello,About a month ago we upgraded from 7.19 (or the latest version of 7) of Commerce all the way to 9.19.Since then we've noticed that catalog/product information changes are not reflected until the...
View ArticleHow to Capture Custom Scheduled Job is Turned on or Turned off in Episerver CMS
Hi Guys,We have a Custom Scheduled Job in Episerver 7.5 CMS under Scheduled Jobs, When the job is on, it runs the functionality what we require and job is off it doesnt process any thing. Now the...
View ArticleHow to Filter a specific page type by page reference property of this page...
How to Filter a specific page type by page reference property of this page where this reference's metadatatitle is " events"Can anyone help me to make this happened . This is very urgent for my project
View ArticleIssue with Commerce ServiceApi Catalog import
Hi,I recently upgraded a site to update 126 (CMS 9.12.1.0, Commerce 9.22, ServiceApi 2.0.10) and at the same time enabled remote events...
View ArticleImageResizer.ImageProcessingException ?
Hi Guys,Recently I noticed that one of the production site is throwing loads of the ImageResizer.ImageProcessingException errors. At the same time RAM consumption increases dramatically leading to app...
View ArticleService API invalidates authentication for standard Web API controllers
We just upgraded a Commerce site from 7.5 to 9.2, and this also caused a new version of the EPiServer.ServiceAPI-package to be installed. Our site uses Forms-authentication and we have a lot of...
View ArticleRestrict Blocks in ContentArea
I'm having a issue restricting what kind of Block to be inserted in a ContentArea. What I want is that the SliderBlock's ContentArea property can only have insertion of a SlideItemBlock.My block...
View ArticleEPiServer.Azure.Events.DefaultSubscriptionClient: Exception in...
Hi, I started to get a bunch of these messages in the log file:2016-09-19 00:00:08,782 [515] WARN EPiServer.Azure.Events.DefaultSubscriptionClient: Exception in Microsoft.ServiceBus.Messaging during...
View ArticleIssue with negative tax when product is free and order-level discount is applied
Hello,I am running into a weird issue with oder form caluclations. The site I am working on has a lot of products that are free, but, they need to be shipped, so, there is a charge for the shipment. I...
View ArticleHow to setup remote events Endpoints?
Currently, on 9.12, I have separated the Authoring and Presentation sites on two different servers. Both sites are pointing to the same database and App_data source. I am trying to setup Remote events...
View Article