You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I have upgraded my dotnet webapi 3.1 to 8 and DryIoc upgraded to latest stable version.
DryIOC 5.4.3
DryIoc.Microsft.DependencyInjection 6.2.0
in local windows machine i am able to run with out any errors.
but after moving to Linux Server i am getting issue.
Unhandled Exception exception as occurred while executing tht request.
at System.Reflection.RuntimeMethodInfo.Invoke()
at DryIoc.Inspector.TryInterpretMethodcall()
The text was updated successfully, but these errors were encountered:
Fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandleMiddleware
An unhandled Exception has occured while executing the request
system.Rflection.TargetExceptoin: object does not match target type.
at system.Reflection.RuntimMethodINfo.Invoke()
at DryIoc.Interpreter.TryInterpretMethodcall()
src/DryIoc/Container.cs line 3677
in Visual studio have upto 5.4.2 only
Hi I have upgraded my dotnet webapi 3.1 to 8 and DryIoc upgraded to latest stable version.
DryIOC 5.4.3
DryIoc.Microsft.DependencyInjection 6.2.0
in local windows machine i am able to run with out any errors.
but after moving to Linux Server i am getting issue.
Unhandled Exception exception as occurred while executing tht request.
at System.Reflection.RuntimeMethodInfo.Invoke()
at DryIoc.Inspector.TryInterpretMethodcall()
The text was updated successfully, but these errors were encountered: