Windows error 0x8013110B, -2146234101

Detailed Error Information

CLDB_E_NO_DATA[1]

Message"No .CLB data in the memory or stream."
Comment There isn't .CLB data in the memory or stream.

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 Code4363 (0x110b)

Questions

2votes
0answers

Getting error on build server The "GetDependsOnNETStandard" task failed unexpectedly

I am building a project on my development machine it builds fine but on build server its gives following error. Can anybody tell me what can be the problem? > 2017-11-08T20:38:30.5249293Z (ImplicitlyExpandNETStandardFacades target) -> > 2017-11-08T20:38:30.5249293Z C:\Program Files (x86)\Microsoft Visual > Studio\2017\Enterprise\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\Microsoft.NET.Build.Extensions.NETFramework.targets(48,5): > error MSB4018: The "GetDependsOnNETStandard" task failed unexpectedly. [...] read more
c#
asp.net

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