Hello all,
I have MapPoint 2004 installed on my machine. I am having a problem in
retreiving an address in my application.
I am using Location.StreetAddress property to get a reference to the
StreetAddress object. The latitude and longitude coordinates are already
assigned to the Location object. Once I get the reference to the
StreetAddress object, using the Value property of StreetAddress object I am
trying to retrieve the street address.
When the Location.StreetAddress line in my code gets executed, the
application is throwing an exception: "remote procedure call failed" at
MapPoint.Location.get_StreetAddress(). What must be the problem? Where am I
going wrong?
I don't get the above problem when I execute the same application on another
machine. Both the machines have the same operating systems, same
environment.
Please help.
Thanks in advance.
Vinay