I have installed ucommerce 3.0.3 on top of umbraco 4.9.0Unfortunately whenever I try to view the details of a payment method the asp.net hosting environment crashes.This happens with the asp.net develoment server and with IIS Express but NOT with real IIS.Does anyone have any ideas why should this happen?I see the following error:FatalExecutionEngineError was detectedMessage: The runtime has encountered a fatal error. The address of the error was at 0x66f51035, on thread 0x1c30. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.I tracked it down to when Castle Windsor is trying to instantiate an EPayPaymentMethodService.It also happens for the PayExPaymentMethodService.For now I've modified the page to NOT try to instantiate those services, but it feels like a hack.
EditPaymentMethod page is killing asp.net
I have installed ucommerce 3.0.3 on top of umbraco 4.9.0Unfortunately whenever I try to view the details of a payment method the asp.net hosting environment crashes.This happens with the asp.net develoment server and with IIS Express but NOT with real IIS.Does anyone have any ideas why should this happen?I see the following error:FatalExecutionEngineError was detectedMessage: The runtime has encountered a fatal error. The address of the error was at 0x66f51035, on thread 0x1c30. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.I tracked it down to when Castle Windsor is trying to instantiate an EPayPaymentMethodService.It also happens for the PayExPaymentMethodService.For now I've modified the page to NOT try to instantiate those services, but it feels like a hack.
is working on a reply...