Dear All,
I have created an object of TabFileFutureLayer to load a TAB file on map. But it gives run time TargetInvocationException occurs when I am trying to find currentExtent.
dim worldlayer as new TabFileFeatureLayer("Path of file", "FID")
winformsmap1.CurrentExtent= worldlayer.GetBoundingBox
Messege of Exceptio is: Exception has been thrown by the target of an invocation.
How I can resolve this.
Please Help
Regards
Sanjay