You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solved the problem: turns out listId has to be a string, something that is missing from the documentation, not shown through IntelliSense because of everything being dynamic, and also seemingly unrelated to the exception thrown.
Thanks for letting us know how you solved it. That issue should be fixed with this is complete: #303. If you have not already, I'd appreciate if you gave a plus 1 to that thread to help bump it's priority.
Also, pleas shoot us an email at [email protected] with your mailing address and T-shirt size :)
When calling
sg.client.contactdb.lists._(listId)
, I'm getting an exception with the message "Cannot invoke a non-delegate type".I'm using the same syntax as shown int he example code (https://github.com/sendgrid/sendgrid-csharp/blob/master/examples/contactdb/contactdb.cs).
How can I resolve this error?
I'm able to use other parts of the SendGrid library without issue with .NET 4.6.1; it's only the underscore method that's not working.
The text was updated successfully, but these errors were encountered: