Select to view content in your preferred language

Automation Exception

2170
0
05-19-2012 01:35 PM
ScottSelikoff
Emerging Contributor
I'm receiving "Automation Exception 0x8004035a" intermittently when I try to open a map such as:

AutomationException: 0x8004035a -
at com.esri.arcgis.carto.MapDocument.open(Unknown Source)

For code such as:

md = new MapDocument();
md.open(path,password);

It's encountered in various places in my application and there doesn't seem to be a pattern to it.  Can anyone explain what this exception means and why it's breaking?
0 Kudos
0 Replies