Windows error 0x80131304, -2146233596

Detailed Error Information

CORDBG_E_IL_VAR_NOT_AVAILABLE[1]

Message"An IL variable is not available at the current native IP."
Comment An IL variable is not available at the

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code4868 (0x1304)

Questions

1vote
1answer

AggregateException: Some services are not able to be constructed

I have a project in .NET 5.0, everything worked fine - build, execute, just work - until 10th April. Now I have a lot of error with registering services. Unhandled exception. System.AggregateException: Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: AService.DataAccess.MyDbContext Lifetime: Scoped [...] read more
c#
.net
asp.net-core
dependency-injection
.net-5

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0