The 'AddressOf' expression has no effect in this context because the method argument to 'AddressOf' requires a relaxed conversion to the delegate type of the event. Assign the 'AddressOf' expression to a variable, and use the variable to add or remove the method as the handler.
The 'ActivityType' property for the Interop activity '{0}' cannot reference a System.Type corresponding to a {1} at the root ...
The 'ActivityType' property for the Interop activity '{0}' is not set. This property must be set before the Interop activity ...
The 'ActivityType' property for the Interop activity '{0}' must reference a System.Type that has a public, parameterless ...
The 'address' property cannot be specified for an endpoint of kind '{0}'. To configure the multicast address and port, use ...
The 'AddressOf' expression has no effect in this context because the method argument to 'AddressOf' requires a relaxed conversion ...
The 'allowDefinition' attribute must be one of the following values: Everywhere, MachineOnly, MachineToWebRoot, MachineToApplication. ...
The 'allowExeDefinition' attribute must be one of the following values: MachineOnly, MachineToApplication, MachineToRoamingUser, ...
The 'await' operator can only be used when contained within a method or lambda expression marked with the 'async' modifier ...
The 'await' operator can only be used within an async anonymous method. Consider marking this anonymous method with the 'async' ...