When I add any reference to ANetApiResponse in my VB project, the
project won't compile. If I add this line in the code it shows no
errors, but the project won't build: Dim AuthResponse As ANetApiResponse
If I comment out that line, it compiles fine....