Sendgrid-csharp: he type or namespace name 'Helpers'

Created on 14 Jul 2016  路  3Comments  路  Source: sendgrid/sendgrid-csharp

Issue Summary

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

Steps to Reproduce

  1. Go to nuget
  2. install the package
  3. compile.

you will get error

Technical details:

  • sendgrid-csharp Version: master (latest commit: [commit number])
  • .NET Version: 4.5.1
question

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!

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fireole picture fireole  路  4Comments

ivivanov picture ivivanov  路  3Comments

thinkingserious picture thinkingserious  路  4Comments

charles-smith picture charles-smith  路  5Comments

eat-sleep-code picture eat-sleep-code  路  3Comments