No accessible overloaded '<methodname>' can be called with these arguments without a widening conversion: <list>

An overloaded method was called, but no method could be matched with the list of provided arguments without a widening conversion.

To correct this error

  • Specify Option Strict Off.

  • Change the arguments to match one of the signatures of the overloaded method.

See also