Found 203 hits.
Sort by: Relevance Date
Forums
Cutom shipping implemetation not working after upgrade to 12.2.0
Hi, Below is a custom shipping implementation, I have also registered it in the ConfigureContainer ... was looking into the case. I used dotTrace to decompile the assembly and it has no attribute. Was there
Updated: May 30, 2018
By: Siddharth Gupta
Forums
The UnifiedSearchHit.MetaData property doesn't get included in search results
Pardon my newbishness regarding Find  I'm trying to wrap my head around the unified ... arch/customizing-default-projections/ When decompiling I see this:[Obsolete("HitProjectionBuilder P
Updated: May 17, 2018
By: Håkan Sjö Ballina
Blogs
Finding content type conflict reasons
NOTE: If you are not familiar with Episerver Developer Tools, you should check it on GitHub. After ... only the status property. So I looked (using decompiler) how the status property is set and in which
Updated: May 14, 2018
By: Maris Krivtezs
Forums
Disable Cart Cleanup For A Specific Cart (11.8.2)
We have implemented 2 carts, one for our cart and one for a wishlist however we don't want ... excluded automatically, however looking at the decompiled code and QuickSilver at the the actual string
Updated: Apr 17, 2018
By: Scott Reed
Forums
Unable to cast string to SpecializedProperties.ItemCollection [11.8.3]
Upgraded from Commerce 10.4.3 to 11.8.3. Now I'm getting the error below when trying to access ... just a few injected dependencies, I'd try to decompile the method and debug it in your startcontroller
Updated: Apr 16, 2018
By: Dagfinn Reitan
Forums
Forms Localization Validation Issue Between version 4.7 and 4.10
version and have en-ca fallng back to en-ca.  In decompiling the EPi code we discoverd the issue. Upgrading ... We discovered the error in our error logs and decompiled the dlls to find the issue.  We have en-us
Updated: Mar 28, 2018
By: Dave Elias
Forums
Error Converting To PO (11.8.2) with custom meta fields
We are trying to convert a successfully completed Cart using <strong>_orderRepository.SaveAsPurchaseOrder(orderGroup);</strong> ... the same way until I started digging in to the decompiled source. Thanks again It only works
Updated: Mar 28, 2018
By: Scott Reed
Forums
Exception: mapping for explicit nested path is not mapped as nested
Hi, I’m having difficulties getting a nested value into my Find index.I have a Commerce Variant ... ApplyConventions(clientConventions); } When decompiling Episerver we get this: protected virtual void
Updated: Feb 28, 2018
By: Mark Entius
Forums
Saving Custom IContent - Setting "Name" Property Does Not Persist If No Other Properties Are Set
I noticed some strangeness when saving custom pieces of IContent, and I'm not sure if I've ... comes to using custom IContent.&nbsp; Anyway, I decompiled EPiServer.dll and took a look at the EPiServer
Updated: Feb 21, 2018
By: Patrick McCaffrey
Forums
EPiServer.Find.Commerce Type Load Error on Startup With Version 10.1.1
":"Microsoft.Extensions.Logging.ILogValues" I decompiled Microsoft.Extensions.Logging.Abstractions, and ... &nbsp; By manually downgrading that pacakge and decompiling, I learned that v1.0.0 does not contain ILogValues
Updated: Feb 07, 2018
By: Patrick McCaffrey
Forums
Upgraded forms from 2.x to 4.81 ERROR EPiServer.Forms.Helpers.Internal.FormsExtensions
Currently in the works from upgrading from 9.4 to 10.10.4 (will make the jump to 11 once these ... Getting the following error over and over again. Decompiled v4.81 and I don't see Internal.FormsExtensions
Updated: Jan 24, 2018
By: Matt S
Forums
Dealing correctly with the cart-to-order process
Hi I have a case right now where the call to _orderRepository.SaveAsPurchaseOrder() has ... saw that the Cart.SaveAsPurchaseOrder() method (decompiled) does its work inside a TransactionScope. It
Updated: Jan 23, 2018
By: Alexander Schrøder
Forums
Authorize.NET SALE sometimes throws E00039 exception.
As I am not able to login into Support, I will post this here. AUTHORIZE request handles E00039 ... But I am using my own Authorize.NET version (decompiled from Episerver's) as we need NoFroud integration
Updated: Jan 19, 2018
By: Maris Krivtezs
Forums
Make EPiServer.Logging.TraceSourceLoggerFactory (and its logger) support asp.net trace source configuration
The TraceSourceLoggerFactory does nto support asp.net configuration (and will actually break ... the same name as the logger, with this line (decompiled): this.Source.Switch =new SourceSwitch(this
Updated: Jan 15, 2018
By: Erik Nilsson
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: Dec 29, 2017
By: Eric Petersson