Select to view content in your preferred language

ArcGIS Explorer StandAlone App

865
2
09-14-2011 12:19 PM
SeanConnolly
Emerging Contributor
Hello,

I am creating a standalone application in vb.net.

I have added C:\Program Files\Explorer\bin\ESRI.ArcGISExplorer.dll as a reference.

When I run the code:

        Dim fileGDB As Geodatabase = New Geodatabase(GDB_Path)

I get the error: The Product License has not been initialized.

I am wondering if I can use the ArcGIS Explorer SDK without creating an add-in?
0 Kudos
2 Replies
SeanConnolly
Emerging Contributor
I also receive the same error when I connect to the GeoDatabase using an OleDbConnection.
0 Kudos
AndreiIvanov
Deactivated User
You cannot use ArcGIS Explorer SDK to build stand alone application. This SDK is used to customize ArcGIS Explorer only.
0 Kudos