This topic has not yet been rated - Rate this topic

Compiler Error CS0167

The delegate 'delegate' is missing the Invoke method

You imported and used a managed program (one that uses the .NET Framework common language runtime) that was created with another compiler. That compiler allowed an ill-formed delegate. Therefore, the Invoke method was not available. For more information, see Delegates (C# Programming Guide).

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ