Twilio does not distribute a strong-named assembly. If you are using the Twilio C# helper library source code and created your own strong-named assembly but are receiving errors, you have several options:
- You can "un-sign" the code library project that uses the Twilio assembly. This should resolve any errors, but you will not have a strong-named assembly.
- You can use a technique to sign Twilio's DLL without recompiling.
- Since Twilio's C# library is open source, you can sign the assemblies yourself in VisualStudio.