Closed ashraf789 closed 3 years ago
It was my configuration problem. After uninstalling the library and updating web.config, package, reinstall restsharp then the library. Now it's working.
Another problem was my "from email" was not verified from elasticemail. The Try catch() was ApiException so it was not displaying the exception message after changing it to catch (Exception e) i got the actual error message.
Hello, Thanks for the library. I am trying to use this library on my project and I am getting some Exceptions.
Exceptions details: According to instruction i installed latest RestSharp 106.11.7 and I am getting "FileLoadException"
This issue probably from the library. so I downgrade the RestSharp version to 106.11.4 now I am not getting a different issue.
My EmailMessageData:
Environment: -> Windows 10 -> Visual studio 2019
Let me know if there any other information required.