Question:
I am trying to create a simple vb.net sample code using VS2013 to play with the http object. Reference to ChilkatDotNet45 has been added to the project but I get an error on line
Dim http As New Chilkat.http()
Error 38 Type 'Chilkat.http' is not defined.
Why is that and how do I get around it.