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
Custom editor for PromotionData Description property
Is it possible to switch the editor for PromotionData.Description to a custom one instead of "textarea"? I have ... } } } } <strong>Decompiled PromotionData class</strong> namespace EPiServer
Updated: Apr 16, 2025
By: Peter Gustafsson
Blogs
How I ended up fixing a bug using an IoC trick
We did a first .NET Core migration of Optimizely for one of our client last year. We were one of ... and 14.6.0 of Episerver.Commerce.Core. When decompiling both versions of the class PaymentConverter,
Updated: Jan 12, 2025
By: David Drouin-Prince
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: Jan 12, 2025
By: David Drouin-Prince
Blogs
Optimizely Content Graph - Sync Computed Getter Properties like with Search & Navigation
Recently, I have been re-writing my blog using Optimizely CMS. During this process, I wanted ... Graph is still ignoring it. While reading the decompiled code of Optimizely, I learned that the current
Updated: Jan 12, 2025
By: David Drouin-Prince
Blogs
GetNextSegment with empty Remaining causing fuzzes
segment. It all makes sense right? Here's the decompiled code from CMS 11:  As you can see, CMS 11 was ... than anything else. Here's a snapshot of the decompiled code, this will speak for itself:  It, hum, well
Updated: Jan 12, 2025
By: David Drouin-Prince
Blogs
Optimizely Content Graph - Sync Computed Getter Properties like with Search & Navigation
Recently, I have been re-writing my blog using Optimizely CMS. During this process, I wanted ... Graph is still ignoring it. While reading the decompiled code of Optimizely, I learned that the current
Updated: Oct 18, 2024
By: David Drouin-Prince
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
Blogs
GetNextSegment with empty Remaining causing fuzzes
segment. It all makes sense right? Here's the decompiled code from CMS 11: As you can see, CMS 11 was ... than anything else. Here's a snapshot of the decompiled code, this will speak for itself: It, hum, well
Updated: Jul 08, 2024
By: David Drouin-Prince
Forums
Setup Service API Authentication for Azure AD (Entra)
Hello, Although I looked in several places, I'm sure that I'm missing a simple piece ... done? Thank you, Evdin Hi Evdin My bad. I decompiled to the service API and scope validation is disabled
Updated: Apr 30, 2024
By: Evdin URSAN
Forums
Catalog Import/Export API
Commercer 14.12.0 Using this as a point of reference : https://docs.developers.optimizely.com/customized-commerce/docs/importing-catalog-data ... as its not in a loop to capture/break. If I decompile and load symbols for&nbsp; Mediachase.Commerce
Updated: Apr 24, 2024
By: Jacob Spencer
Forums
Question about Addons
Hi all!&nbsp; I'm looking on the addon part of Optimizely and have some questions ... will add it there. You can get the paths from decompiling the assmeblies var urlMenuItem1 = new UrlMenuItem("Custom
Updated: Jan 14, 2024
By: Mikael Ekroth
Forums
Search statistics: where do they come from
Debugging this, I tracked this error to: from decompiled EPiServer.Find.Statistics.TrackExtensions.cs ... GetAdditionalTrackInformationBody from decompiled EPiServer.Find.Personalization.PersonalizationTrackConventions
Updated: Jan 11, 2024
By: Kevin Gainey
Forums
Episerver Forms: object instance not set to an instance of an object when sending email
SmtpClientImplementation - as it's throwing exception I decompiled with IlSpy and hence cannot find the assembly ... Implementation.Actors Seems to not be able to Decompile? Now I receive this SendEmailAfterSubmissionActor
Updated: Nov 29, 2023
By: Eric Petersson
Forums
Missing Metadata Attribute in MetaField
HiWe updated from 14.5 to latest 14.15.2. we get System.NullReferenceException: Object reference ... attribute with the &ldquo;Label&rdquo; key. I decompiled the Commerce.UI.Admin DLL and noticed in GetData
Updated: Oct 22, 2023
By: Luc Gosso
Blogs
Adding CORS Management to Optimizely CMS 12
s within my startup.cs. By navigating to the decompiled version of UseCors() I was able to see the CorsMiddleware that ... evaluate the CorsPolicy itself. Looking at the decompiled code for AddCors() I could see that the dependency
Updated: Oct 09, 2023
By: Mark Stott