No accessible overloaded '<methodname>' can be called with these arguments without a narrowing conversion: <list>
An overloaded method was called, but the method cannot be matched with the list of provided arguments without a narrowing conversion.
To correct this error
Specify OptionStrict Off.
Change the arguments to match a signature of the overloaded method.