Found 203 hits.
Sort by: Relevance Date
Forums
Dependency Injecting IContentResolver error - No default Instance registered
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
Updated: Feb 06, 2019
By: Vishal Gangaram Panday
Forums
OrderContext.FindPurchaseOrdersByStatus gives SQL Error
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
Updated: Nov 28, 2018
By: Jeroen van Lieshout
Forums
Disable .FilterOnCurrentSite() for UnifiedSearch
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()
Updated: Nov 26, 2018
By: Peter Gustafsson Gustafsson
Forums
Bug when migrating cart from anonymous to newly registred customer
We've encountered a bug/problem with the default implementation of IProfileMigrator, ... modifying MergeTwoShipments() as follows (still decompiled code): private static void MergeTwoShipments(IShipment
Updated: Nov 06, 2018
By: Jørgen Tonvang
Forums
Passing a filter expression to a method
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
Updated: Oct 08, 2018
By: Noel Sefton
Forums
CMS - My Settings - Display Options - Reset Views with Identity crashed
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
Updated: Sep 04, 2018
By: Stanislav Sokolov
Forums
IWarehouseRepository Cache
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
Updated: Aug 17, 2018
By: Jacob Spencer
Blogs
Override Episerver's default UI texts
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
Updated: Aug 10, 2018
By: Eric Petersson
Forums
** Invalid View State ** Error while saving Catalog Entry in Commerce Manager Episerver 5.2
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
Updated: Aug 07, 2018
By: Arjun Katkojwala
Forums
New developer here, general questions about EPI
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
Updated: Aug 07, 2018
By: Cheung Liu
Forums
Modify "Shortcut type - Shortcut to other content item"
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
Updated: Aug 02, 2018
By: Henrik Andersson
Forums
Failing to create content because of ApplicationLog username max length
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
Updated: Jul 17, 2018
By: John George
Forums
Exception thrown in EPiServer.Cms.Shell.Service.Internal.ContentService.SaveMedia
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
Updated: Jun 26, 2018
By: Thomas Dane
Forums
Exception thrown in EPiServer.Cms.Shell.Service.Internal.ContentService.SaveMedia
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
Updated: Jun 25, 2018
By: Thomas Dane
Forums
LineItem PlacedPrice is not updating in the database after ValidateLineItemActivity runs
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
Updated: Jun 23, 2018
By: Todd Jasper