Select to view content in your preferred language

How to access to ArcGIS Server License in 10.3x for ArcObjects?

2314
1
08-24-2015 10:01 AM
DEWright_CA
Frequent Contributor

I have a webservice written in the 9.3.1 world that move to 10.0 without issue; then now with a major jump to 10.3x we are finding no way to have AO access the newer license. We need to be able to call AOIninitialize and when we set to be ArcServer it fails on being able to bind to a address; but when we try to bind to a desktop driven license we can function.

I don't want to be installing a 32bit app on a 64bit server if we REALLY don't have too; there has to be a solution. And the standard docs for AO online in the resource center have not had much content updated talking about this kind of topic.

0 Kudos
1 Reply
FreddieGibson
Honored Contributor

You'll need to compile your application to 64 bit to see the server license. The server architecture at 10.3.1 is 64 bit.

0 Kudos