Reputation: 11
I followed the Documentation and had successfully implemented Twilio and had also tested it by sending myself a SMS.
As I progressed onward to "Create Bindings", I start to get errors.
The type or namespace name 'Notify' does not exist in the namespace 'Twilio.Rest' (are you missing an assembly reference?)
The name 'BindingResource' does not exist in the current context
Am I missing anything here?
Upvotes: 0
Views: 217
Reputation: 11
Problem solved.
It seems like context "BindingResource' and the 'Notify' Namespace is only applicable in Twilio's alpha version 5.5.2.
Upvotes: 1