.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Demand Loading .NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
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
Re: Demand Loading .NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
MANAGED = 0x00000001(1)
which is not documented as far as i can see
thanks Mike
*Kerry Brown
Re: Demand Loading .NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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?
http://images.autodesk.com/adsk/files/AutoCAD_2006
which has some relevant details you may be able to use.
regards
kwb
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?
Re: Demand Loading .NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-21-2005 05:38 PM in reply to:
krispy
thanks for that
