Solved! Go to Solution.
It was the extent. Apparently the spatial reference needed to be set in the identify parameters. Everything worked once I added this line of code:identifyParams.spatialReference = new esri.SpatialReference({ wkid: 102100});
Holy Cow!!!
It was the extent. Apparently the spatial reference needed to be set in the identify parameters. Everything worked once I added this line of code:identifyParams.spatialReference = new esri.SpatialReference({ wkid: 102100});
Man, that was frustrating. Jeff, your response focused me on the extent and spatial reference. Have some points. Enjoy!