Hi Guys, in one of my controller i try to inject IContenResolver. Example..All the other ... unsure I'd suggest checking the assmblies with a decompiler such as DotPeek or ILSpy I dont have any specific
Yesterday we installed the latest version of Episerver Commerce. It seems that the way how FindPurchaseOrdersByStatus ... works has been changed. Already dived into the decompiled code and found out that there is a bug in the
Is there a way to disable the default filtering .FilterOnCurrentSite() for UnifiedSearch? ... h-with-multiple-sites/ Ended up copying some decompiled Episerver code and disabling .FilterOnCurrentSite()
We've encountered a bug/problem with the default implementation of IProfileMigrator, ... modifying MergeTwoShipments() as follows (still decompiled code):
private static void MergeTwoShipments(IShipment
I'm using EPiServer Find to fetch all child pages, and I'm trying to make ... nothing but static methods (according to resharper decompile),
What am i missing? Is there some easy c# syntactic
This may be related to the problem that I posted in this thread: ... Reset Views
results in a crash.
Looking at decompilation of EPiServer.UI.Edit, the _username global variable
I think I have found a bug with the IWarehouseRepository. Currently there is no ... warehouseRepository.List();
This will get cached items.
Decompiling the source code: WarehouseRepositoryDatabase
As Mattias Olsson mentioned in his blog post about translating the Episerver UI, ... there are numberous of ways to achieve this. He decompiled the assemblies containing the resources with
Hi, While saving Catalog Entry details when we update (Overview details / Inventory Details ... page and might be corrupted ". I have tried to decompile the code which is used in CatalogEntryEdit.ascx
Hi, I have just setup VS + extension and am ready to develop. But I have some elementary questions ... helps if you have a peek in your favorite .NET decompiler). When you are asking about calling non-public
Hi, Has anyone succeeded or tried catching the "Shortcut type - Shortcut to ... in System.Web.Routing.RouteTable.Routes, use some decompiler to find it in Episerver dlls, and replace it
Hi, I'm having an issue where I'm failing to create content in the commerce catalog ... length to the username column if the generated decompiled code is to be trusted. Changing to some other
Hi all, When we replace an image in the CMS, we keep seeing an error: "Timed ... available online, but nothing worked.
Eventually we decompiled your code and found that an exception is thrown
Hi all, When we replaced an image in the CMS, we kept seeing an error: "Timed ... available online, but nothing worked.
Eventually we decompiled your code and found that an exception is thrown
an issue with ValidateLineItemActivity. We've decompiled and put in our own implementation of this activity ... experience.
As a side note, there's no need to decompile the workflows project, it's publicly available