Answer the question
In order to leave comments, you need to log in
Why is the namespace not connected to the script through using?
I added several NuGet packages to my project and I'm trying to use them by declaring using MailKit at the beginning; for example.
But I get the error "Could not find type or namespace name..."
Why does this error occur and how can I fix it?
Answer the question
In order to leave comments, you need to log in
Check that the target framework of the project fits the requirements of the package.
This package (Google.Apis.Auth) needs to be downloaded via NuGet. (requires .NET Framework 4.5+)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question