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

    .NET

    Reply
    Distinguished Contributor
    Posts: 306
    Registered: ‎11-01-2004

    Demand Loading .NET

    84 Views, 3 Replies
    06-21-2005 04:53 PM
    i have been trying to get demand loading to work for my .NET dll
    here is the command declaration:
    %lt;CommandMethod("STHDJ_Elevations", "Elevations", CommandFlags.Modal)>
    what keys do i need to add to the registry and where... or does demand loading only work for .arx files?

    Message was edited by: krispy

    Message was edited by: krispy Message was edited by: krispy
    Please use plain text.
    Distinguished Contributor
    Posts: 306
    Registered: ‎11-01-2004

    Re: Demand Loading .NET

    06-21-2005 05:12 PM in reply to: krispy
    i got the answer from another post by Mike Tuersley... i needed to add the DWORD value:
    MANAGED = 0x00000001(1)
    which is not documented as far as i can see

    thanks Mike
    Please use plain text.
    *Kerry Brown

    Re: Demand Loading .NET

    06-21-2005 05:29 PM in reply to: krispy
    There is a PowerPoint document at
    http://images.autodesk.com/adsk/files/AutoCAD_2006_API_Overview.ppt
    which has some relevant details you may be able to use.

    regards
    kwb

    wrote in message news:4881326@discussion.autodesk.com...
    i have been trying to get demand loading to work for my .NET dll
    here is the command declaration:
    %lt;CommandMethod("STHDJ_Elevations", "Elevations", CommandFlags.Modal)>
    what keys do i need to add to the registry and where... or does demand loading only work for .arx files?
    Please use plain text.
    Distinguished Contributor
    Posts: 306
    Registered: ‎11-01-2004

    Re: Demand Loading .NET

    06-21-2005 05:38 PM in reply to: krispy
    thanks for that
    Please use plain text.