Windows error 0x80131237, -2146233801

Detailed Error Information

VLDTR_E_SIGNULL[1]

Message"Signature specified is zero-sized."
Comment Signature specified is zero-sized.

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 Code4663 (0x1237)

Questions

1vote
0answers

An error occurred while executing batch. Error message is: Signature specified is zero-sized. (Exception from HRESULT: 0x80131237)

When I want to execute a stored procedure I have below error . How can i fix it? > An error occurred while executing batch. Error message is: Signature specified > is zero-sized. (Exception from HRESULT: 0x80131237) error page [https://i.stack.imgur.com/XBf5u.jpg] stored procedure [https://i.stack.imgur.com/M7CWx.jpg] read more
sql
stored-procedures
-1votes
1answer

How do I fix NuGet Package Manager Console error "Signature specified is zero-sized"?

I've got a fresh install of Visual Studio 2015 update 3 and am getting the following message in the Package Manager Console: > Signature specified is zero-sized. (Exception from HRESULT: 0x80131237) I've tried uninstalling/reinstalling NuGet Package Manager, but the issue remains. What is causing this and how can I fix [...] read more
visual-studio-2015
nuget
nuget-package

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