Select to view content in your preferred language

10.1 - ComEx 2147218671 "doesn't have the required license" using IClone

518
0
03-21-2013 04:56 AM
TomKeidar
New Contributor
Hi,

I'm trying to run those lines:

IRepresentationRules repRules = GetRepRule();
IClone clone = (IClone)repRules;
IRepresentationRules cloneRepRule = clone.Clone() as IRepresentationRules;

At the last line I get the following ComException:
-2147218671, which means I don't have the required license for this operation.

I'm trying to run this application with Standard(ArcEditor) and Advanced(ArcInfo) and still get the same exception.

Any ideas?
Thanks!
0 Kudos
0 Replies