Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Argument matching parameter '<parametername>' narrows from '<type1>' to '<type2>'

You have made a call to an overloaded method, but the compiler cannot find a method that can be called without a narrowing conversion. A narrowing conversion changes a value to a data type that might not be able to precisely hold some of the possible values.

Error ID: BC30520

To correct this error

  • Specify Option Strict Off.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.