I get this error on my ASP.NET VB script, even though the SendGrid and SendGrid.Helpers.Mail are referenced:
Imports SendGrid
Imports SendGrid.Helpers.Mail
Is there something more that I need to do to ensure this reference doesn't fail?
I get this error on my ASP.NET VB script, even though the SendGrid and SendGrid.Helpers.Mail are referenced:
Imports SendGrid
Imports SendGrid.Helpers.Mail
Is there something more that I need to do to ensure this reference doesn't fail?
Try checking by lowering the Target framework to match the other 'older' projects if you have
VB library and the target frameworks should match
Check this too :-
error-bc30002-type-xxx-is-not-defined
Thanks. I have other production applications running and I'm a little concerned about changing the framework at this point. I did notice that the web.config file was missing the reference, but I corrected that and still the same error.
I think the next thing to try is to publish via VS instead of FTP, to see if it loads anything additional that I may be forgetting.
12 people are following this question.