I'm trying to use Dapper to call a stored procedure that has a couple Output parameters, using VB.NET (and .NET 4.0)....However, it seems I cannot use the ...DynamicParameters.Add... method, because I'm getting the following compiler error:...'Add' is amb...