• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Distinguished Contributor
    Posts: 288
    Registered: ‎04-06-2004
    Accepted Solution

    productkey replacement in dot net 4

    309 Views, 4 Replies
    07-10-2012 05:02 AM

    Anyone know the replacement for the following property:

     

    Autodesk.AutoCAD.Runtime.SystemObjects.DynamicLinker.ProductKey

     

     

    Thanks

    J.

     

    Please use plain text.
    *Expert Elite*
    Posts: 1,640
    Registered: ‎04-29-2006

    Re : productkey replacement in dot net 4

    07-11-2012 10:35 AM in reply to: JeffatICS

    Hi,

     

    Have a look at the ObjectARX 2013\Docs\arxmgd.chm file: Migration Guide > .NET Migration Guide > Changed .NET API:

     

    Autodesk.AutoCAD.DatabaseServices.HostApplicationServices.Current.UserRegistryProductRootKey

    or 

    Autodesk.AutoCAD.DatabaseServices.HostApplicationServices.Current.MachineRegistryProductRootKey

    Gilles Chanteau
    Please use plain text.
    Contributor
    Posts: 22
    Registered: ‎08-12-2008

    Re : productkey replacement in dot net 4

    10-28-2012 09:00 PM in reply to: _gile

    Really?

     

    Because all I see in that section of the Docs is ...

     

    Class
    Declaration
    Previous Declaration
    AssocPersSubentityId
    public static void CreateObjectAndDwgInFields(Database database, DwgFiler filer, ref AssocPersSubentityId createdPersSubentId);
    static Acad::ErrorStatus createObjectAndDwgInFields(AcDbDwgFiler* pFiler, AcDbAssocPersSubentId*& pCreatedPersSubentId);
    SymbolUtilityServices
    public static string PreValidateSymbolName(string symbolName, [MarshalAs(UnmanagedType.U1)] bool preserveCase);
    public static string PreValidateSymbolName([MarshalAs(UnmanagedType.U1)] bool preserveCase);
    View
    public Extents2d ViewportExtents;
    public Extents2d ViewportD; 
    Please use plain text.
    ADN Support Specialist
    Posts: 261
    Registered: ‎05-22-2006

    Re: productkey replacement in dot net 4

    10-31-2012 07:29 AM in reply to: JeffatICS

    You're looking in the Changed function list. Look in the Removed function list (which documents the functions to use instead).

    Cheers,

    Stephen Preston
    Autodesk Developer Network
    Please use plain text.
    Contributor
    Posts: 22
    Registered: ‎08-12-2008

    Re: productkey replacement in dot net 4

    10-31-2012 12:29 PM in reply to: JeffatICS

    Ah, yes I did. I followed "Migration Guide > .NET Migration Guide > Changed .NET API:" from above. 

     

    Thanks.

    Please use plain text.