I am not exactly sure if this is a mappoint question exactly, but I am having a problem trying to use the Address Class in VB.Net.
I have loaded the MapPoint 11 control (MapPoint 2004) in my VB resources and have added the control to the form.
Now within the program I am trying to do the following:
Dim MyAddress As Address
The program however keeps telling me "type 'Address' not defined".
Can someone tell me what I am doing wrong?
Thanks