Our application opens a window and display the WorldMapKitData layers in a winformsMap1 map control. We can then open addtional layers containing other map data including ADRG, DTED, and shapefiles. Several of these formats requires the use of the FDOExtensions. Then we open a second window in the same application, and create a second instance of the winformsMap1 map control. As soon as the map control is created and the InitalizeComponents completes, we get an error dialog from MapSuite with the message "Unable to import field map file. Could not find file \\T74-stk-dt\MapSuiteMaps\DTED Level 1\W053\ImportFileMap.xml", which is the location of the ADRG, DTED map data that was previously opened in the original map control. The "ImportFileMap.xml" does not exist in this location or anywhere else that I have been able to find. I have not been able to locate any information on this in the help documentation or anywhere on the web site using the search box on the web page.
What is the meaning of this error message? What is the "ImportFileMap.xml"? How do I clear the reference of this Import field map file so that the new map control is not tryinig to find it? Is there a way to dispose of the GDalRasterLayer to clear this reference?
Richard