The data was saved in published map file (pmf) along with secured file Geo database,
so it can only be opened with ERIS Arc Reader.
string filePath = @"C:\Temp\MyPublishedMxd.pmf";
if (axArcReaderControl1.CheckDocument(filePath))
axARcReaderControl1.LoadDocument(filePath, ""); ' I am getting Error
I could-not able to load the pmf Document in a customized Arc Reader Application.
is there any way to unlock the file Geo database and read from customized Arc Reader Application.