I'm using a user-defined table type parameter to a stored procedure in SQL Server 2016 for inserting multiple records from ASP.NET MVC.On debugging from Visual Studio 2013(local dev system), execution gets completed successfully but wherein when the same web page is accessed from a dev server url, it throws below error.The table type parameter '@Customers' must have a valid type name.I have explicitly given the type name in c# code. This logic works from local dev system but not after publishing to a dev site even though the site points to same database.Can anyone please help on this?.NET Framework : 4.5SQL Server Version : 2016User-defined table type:
Stored procedure: