ArxOne / MrAdvice

.NET aspect weaver (build task under NuGet package)
MIT License
311 stars 45 forks source link

Common Language Runtime detected an invalid program #129

Closed 24code closed 5 years ago

24code commented 6 years ago

always occur the below error System.InvalidProgramException: Common Language Runtime detected an invalid program. at ArxOne.MrAdvice.?Invocation.ProceedAspect(Object , Object[] , RuntimeMethodHandle , RuntimeMethodHandle , Type[] ) at Beefun.Deliver.Operation.DeliverOrderPost.SaveBill[TBill](TBill bill, AbstractBillAction1 action) at Beefun.Deliver.Operation.DeliverOrderPost.DoPostCoreOfGroup[T](DbHelper dbHelper, T saleBill, IList1 vchcodes, GroupDeliverBill mergedbill) in e:\JenkinsBin\jobs\Beefun_GIT\workspace\srcs\Beefun.Deliver\Operation\DeliverOrderPost.cs:line 952 at Beefun.Deliver.Operation.DeliverOrderPost.PostCore[T](DbHelper dbHelper, T saleBill, IList`1 vchcodes, GroupDeliverBill mergedbill) in e:\JenkinsBin\jobs\Beefun_GIT\workspace\srcs\Beefun.Deliver\Operation\DeliverOrderPost.cs:line 768

picrap commented 6 years ago

Do you expect me to guess you code and configuration? 😆 So if you want me to help, I need a sample. I suggest you reduce MrAdvice use until it works again, then you can see where it fails.