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!

Found 203 hits.
Sort by: Relevance Date
Forums
Multiple checkbox values in custom visitor group criterion
This question is similar to https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2021/2/multiple-string-values-in-custom-visitor-group-criterion/ ... eveloping-custom-visitor-group-criteria/ and decompile the code for the TimeOfDayCriterion and how it's
Updated: Feb 24, 2021
By: Peter Törnqvist
Blogs
Enabling Cloud Support for CMS 12 - a look under the hood
In this post I'll explore configuration of Azure resources for self managed (non-DXP) deployments. ... to use it for non-DXP usage, so I set out to decompile the CloudPlatform assembly and this is what I
Updated: Jun 29, 2023
By: Ronil Rangaiya
Forums
PropertyDefinitionComparer null reference in Model Sync Initialisation
Our client has encountered a problem where they receive a null referene expection each time ... actual property which causes this, unless we decompile the EPiServer assembly and debug it. Usually this
Updated: Sep 19, 2014
Forums
Promotion Issue in Episerver 10
Hi We have upgraded the Episerver to 10 and using the new promotion module. Now we ... your own implementation of the discounts. You can decompile the code for "Buy X number of the product to get
Updated: Jan 21, 2017
By: Arindam Ghosh
Forums
Which database column stores this Content ID value? (Commerce 12.12)
There is a value shown in Episerver admin -> Commerce catalog tree -> (any) ... the commerce IDs and a ContentReference. If you decompile the ReferenceConverter you can see how it's coverting
Updated: Oct 13, 2021
By: Hampus Lilliehöök
Forums
Episerver Forms 4.6.0 missing some method in DataExportingController
Hello,  I have a custom funtion to export submit form as an excel file. It was working well untill ... please share me the decompiled version. Thanks Mahesh K Here is the decompiled version of the
Updated: Jun 28, 2017
By: Katharina Ljunggren
Blogs
Overview of the Magic Paths for Episerver Shell Menu Items
Episerver relies on magic paths (via naming conventions) to enable developers to place custom ... Shell. Over time, most Episerver developers has decompiled Episerver’s code to recollect these conventions
Updated: Jan 03, 2017
By: Casper Rasmussen
Forums
find all Episerver form
If you decompile the code it does basically the same things ... the following is the decompiled code. ... Thank you for sharing the information :) The decompiled method code suggests it will handle the fact
Updated: Sep 09, 2022
By: Vahid Salari
Forums
Support for the Webforms Editable="false" in MVC PropertyFor
It might be me that is not good at decompiling and googling but I can not seem to find how to use Editable="false"
Updated: Jul 02, 2019
By: Henrik Fransas
Forums
Could not map property ProjectId - table tblBigTable does not contain any columns that map to DbType.Int32
An update, but still not a fix: I was able to decompile the code to figure out what is throwing that error ... though. I think my next step is to continue to decompile code to find how that property is populated. Perhaps
Updated: Aug 08, 2024
By: Nick Hamlin
Forums
override/extend classes from episerver libraries
libraries? And what is an excellent decompiler? Telerik decompilers some bits poorly. Thanks. I would ... ask R# "Find all usages". When it comes to decompilers - dotPeek from Jetbrains (R# developers)
Updated: May 25, 2016
By: L Messi
Blogs
Enabling Cloud Support for Optimizely CMS 12
In this post, I'll explore the configuration of Azure resources for self-managed (non-DXP) deployments. ... to use it for non-DXP usage, so I set out to decompile the CloudPlatform assembly and this is what I
Updated: Jul 05, 2023
By: Ronil Rangaiya
Blogs
Optimizely Commerce Business Foundation custom entity model - To add on Quan Mai's blog :)
who are using dotPeek by example, you need to decompile the dll Mediachase.Commerce.dll which is under ... You still have the class CustomerEntityFactory decompiled? Go back there and copy it, because it will almost
Updated: Jul 02, 2023
By: David Drouin-Prince
Forums
Discount is not getting applied to price properties
the method OrderRewardApplicator.ExtractPrices (decompile to find) would return null instead of an actual ... classes I've decompiled though. Well, that doesn't help much ;) Looking at the decompiled code, at least
Updated: Oct 15, 2019
By: Mattias Bomelin
Forums
cart.SaveAsPurchaseOrder throw new InvalidOperationException("The cart is empty")
not hold any line items. By looking at the decompiled IsEmpty() method from my post above I can see ... <p></p> <p>By looking at the decompiled version of AddLineItem it seems like this is
Updated: Jun 01, 2017
By: Jesper Weber