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

'<interfacename1>' cannot implement '<methodname>' because there is no matching <method> on interface '<interfacename2>' 

You have tried to implement a method on an interface when there is no matching method on the interface from which the first interface has been derived.

Error ID: BC30401

To correct this error

  • Make sure you have not mistyped the name of the method, or supply the missing method.

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.