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
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