luisfdo
05-25-2005, 01:49 PM
FindResults foundResults;
foundResults = findService.FindNearby(findNearbySpec);
ViewByHeightWidth[] views = new ViewByHeightWidth[1];
views=null;
views[0] = foundResults.Results[0].FoundLocation.BestMapView. ByHeightWidth;
I have this exception Object reference not set to an instance of an object.
I cannot find the problem... There are many places found in foundResults
can you help me? :(
Thank you..
foundResults = findService.FindNearby(findNearbySpec);
ViewByHeightWidth[] views = new ViewByHeightWidth[1];
views=null;
views[0] = foundResults.Results[0].FoundLocation.BestMapView. ByHeightWidth;
I have this exception Object reference not set to an instance of an object.
I cannot find the problem... There are many places found in foundResults
can you help me? :(
Thank you..