Hi,
I get this exception : Message "Could not load type 'NewsAPI.Models.Article' from assembly 'NewsAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'." string
I have the following configuration:
- C# project
- Windows Forms App .Net Framework 4.8
- On a form I have a button and behind this button is the sample code from the newsapi.org site (which seems to be the same as here).
- My API key is correct. When I test it in Postman everything works.
Many thanks in advance,
Mihai