Safe way to call async method in EPiServer scheduled job?
Hi!Can anyone give an example of how to safely call an async method in an EPiServer scheduled job?The following is - as far as I know - not safe:IDummyRepository repo = new DummyRepository(); var...
View ArticleCannot resolve the collation conflict in the equal to operation
I have , updated to latest EPi version today and when deploying to Azure I get an error. If you hurry you might catch this detailed error msg at my blog :-)Cannot resolve the collation conflict between...
View ArticleGet RolePermission data
[Working on Episerver version 10]I am working on a Gadget for our system administrators that will show given role x, which permissions that role has. The string to be translated to fetch the access...
View ArticleError when rending ContentArea property inside a block
I feel I may be going the wrong way about this, but I have a block that I want to be able to put many images into one place. I defined a property of type ContentArea and restricted it to only allow...
View ArticlePartialFields in request, limiting fields on nested objects
Hey!I'm trying to build a way to do projections without having to call .Select() on a query. Just adding to the Fields array on the request body works nicely. But in some cases a property is a list of...
View ArticleIssue with razor views while developing custom add-on
I've come across an issue while creating a custom MVC add-on. I have managed to find work-arounds to get it working but it would be useful to know if I'm doing anything wrong or missing anything.I have...
View ArticleBest practice for troubleshooting 100% CPU on EPiServer site?
Hi!We're currently experiencing intermittent CPU spikes on one of our EPiServer sites.Can anyone share some best practices when troubleshooting these problems?I've tried LogParserStudio for IIS logs...
View ArticleCollectionEditorDescriptor does not show value of calculated field in table...
In my project, we have a field using IList<Item> in a page type, we have an issue when we edit a page using this page type:When I add a new value to IList using CollectionEditorDescriptor:The...
View ArticleContent type incorrect in application (EPiServer.Core.TypeMismatchException)
Hi,Version: Commerce 11.8.5Setup: Admin, front1, front2, front3We had an (2, technically) incident where all the content (Products, Variants, Categories...) in Commerce reverted back to its core...
View ArticleTable [tblNotificationSubscription] grows and causes high load on SQL server
Hi,After upgrading to EpiServer CMS 11 lately (1.5 month ago) we have started to get SQL performance problem on our production servers.The SQL statement causing this seems to be:SELECT...
View ArticleEPiServer is not logging error when deployed in IIS server?
EPiServer is not logging error when deployed in IIS server? There is no log file in App_Data folder.
View ArticleHow to show "Code" in Commerce Catalog view?
Hi guys, Anyone knows how should I do the display the values of "Code" in Commerce Catalog view? In Commerce Manger I can see the values. Best regards, ChiChing
View ArticleCustom selection factory populated with values from category repository
We've created a custom selection factory for retrieving parent categories (i.e. categories with children, regardless of what their own parent category are) from the category repository. The list is...
View ArticleModify Commerce backoffice catalogue search? [12.6]
Hi!I Episerver you can search the catalogue. It gives you maximum 4 hits.Is there anyway to modify this internal search? Both to give you more than 4 hits and to show more data?Thanks!/Kristoffer
View ArticleShipment Lineitems
Working on the latest version on Epi/Episerver Commerce.I am having to create some custom reports for our client. One of the reports requires the following:PO NumberDate of orderWarehouseDelivery...
View ArticleEpiServer DXC and Azure Web Service now supports custom culture
As per the new release from Microsoft, Azure now supports custom culture. Here are few...
View ArticleIssue whith TinyMCE 2 and inline blocks
We have problem with Tinymce : when you drop a block in a XHTML it has div tags around it even if the block in view mode is only showing a value.Tinymce adds p tag around witch results in wrong html...
View ArticleStackOverflowException thrown from Promotion Engine on cart.applydiscounts()
HiI'm receiveing a System.StackOverflowException when calling cart.ApplyDiscounts(). Any ideas why? I'm not getting any other details in the exception. This is literally breaking my site, if user has...
View ArticleComponent ClientResources Path
Hello,I have been banging my head against the wall for a while now trying to figure out what I am doing wrong here. I am trying to package my dashboard component, but when I try to reference the dojo...
View ArticleIssue with CMS Import over witting values in one language over another language
HiWe are doing some consilidation of 2 different installations where we now import content from one site to another.First we import all pagetypes with "en" as the only lang to import, just so we can...
View Article