Skip to content

Commit 7bdda78

Browse files
Describe what missing classes means
1 parent 284a883 commit 7bdda78

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

TROUBLESHOOTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ If you can't find a solution below, please open an [issue](https://github.com/se
88
* [Migrating from v2 to v3](#migrating)
99
* [Continue Using v2](#v2)
1010
* [Testing v3 /mail/send Calls Directly](#testing)
11+
* [Missing Classes](#missing)
1112
* [Error Messages](#error)
1213
* [Versions](#versions)
1314
* [Environment Variables and Your SendGrid API Key](#environment)
@@ -33,6 +34,20 @@ Download:
3334

3435
Click the "Clone or download" green button in [GitHub](https://github.com/sendgrid/sendgrid-csharp/tree/b27983a8f3d84a9d28972f2720cca0315ad9fe32) and choose download.
3536

37+
<a name="missing"></a>
38+
## Missing Classes
39+
40+
If you receive one of the following errors, or something similar:
41+
42+
* ‘Helpers’ does not exist in the namespace ‘SengrGrid’
43+
* The type or namespace name ‘Mail’ could not be found
44+
45+
it means that you are probably not compiling your application to .NET 4.5.2. Currently, this is the only supported version of .NET by SendGrid.
46+
47+
The current solution is to download the code directly into your project and change the compile target to the desired version.
48+
49+
If you are using ASP.NET Core, please [upvote this issue](https://github.com/sendgrid/sendgrid-csharp/issues/221).
50+
3651
<a name="testing"></a>
3752
## Testing v3 /mail/send Calls Directly
3853

0 commit comments

Comments
 (0)