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