L
larzeb
I don't understand the following error message. Why is there no
accessible arguments when Intellisense allowed it?
An unhandled exception of type
System.Reflection.AmbiguousMatchException occurred in
Microsoft.visualbasic.dll
No accessible overloaded 'SqlHelp.ExecuteNonQuery' is most specific
for these arguments:
Dim params() As SqlParameter = New SqlParameter(52) {}
....
Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.CacheParameterSet(ConnectionSettings.cnString,
"Site_Ins", params)
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(ConnectionSettings.cnString,
CommandType.StoredProcedure, "Site_Ins", params)
accessible arguments when Intellisense allowed it?
An unhandled exception of type
System.Reflection.AmbiguousMatchException occurred in
Microsoft.visualbasic.dll
No accessible overloaded 'SqlHelp.ExecuteNonQuery' is most specific
for these arguments:
Dim params() As SqlParameter = New SqlParameter(52) {}
....
Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.CacheParameterSet(ConnectionSettings.cnString,
"Site_Ins", params)
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(ConnectionSettings.cnString,
CommandType.StoredProcedure, "Site_Ins", params)