Error 40 The type or namespace name 'Helpers' does not exist in the namespace 'SendGrid' (are you missing an assembly reference?) D:\development\RunApp\RunApp\Models\SendEmailModel.cs 9 16 RunApp
you will get error
Hello @loganwasif005,
The Helpers namespace is compiled against .NET 4.5.2, the current officially supported version.
You can either update your project to target .NET 4.5.2 or you can compile the source code directly, changing the target to .NET 4.5.1.
Thanks!
thank you, i was fighting on this for quite a while.
No problem and apologies for the bad experience. The v9 version of this library, when released, should alleviate this problem: https://github.com/sendgrid/sendgrid-csharp/projects
Most helpful comment
Hello @loganwasif005,
The Helpers namespace is compiled against .NET 4.5.2, the current officially supported version.
You can either update your project to target .NET 4.5.2 or you can compile the source code directly, changing the target to .NET 4.5.1.
Thanks!