Can't see / declare HttpClient and similar variable types...

DevBaby

Active Member
Licensed User
Longtime User
I am unable to see HttpClient and HttpRequest variable types in my project when declaring variables....

For example

Dim hc As HttpClient

HttpClient never shows in the drop list and the program does not recaognize the variable type.

I can see these variable types when opening a "FaceBookWall.zip" project I downloaded from this site. I can even create variables with these file types and access proprties etc. in code using this project.

I have Http.jar and Http.xml files in my libraries folder.

Any reasons why I can't see / declare thses variable types in my project?
 

admac231

Active Member
Licensed User
Longtime User
Are you referencing the HTTP library in your project?

58vtd.png
 
Upvote 0

DevBaby

Active Member
Licensed User
Longtime User
Ok...I see my mistake, I never selected the option in the reference library....I only checked to see that the files were in the directory.

It is now working once I made the selection you have above.

Thanks so much.
 
Upvote 0
Top