I am using the "WooCommerce.NET" plugin, to make the connection between WooCommerce (version 2.6. *) and my application on asp.net with C # in Visual Studio 2013.
Trying to use the "GetProducts ()" method throws me the following exception:
I've already been "debugging" the classes and the exception is produced when it comes to executing the following line:
WebResponse wr = await httpWebRequest.GetResponseAsync();
Does anyone know what this exception is?
Thank you.