Demand Loading .NET

Demand Loading .NET

Anonymous
Not applicable
556 Views
3 Replies
Message 1 of 4

Demand Loading .NET

Anonymous
Not applicable
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
0 Likes
557 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
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
0 Likes
Message 3 of 4

Anonymous
Not applicable
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?
0 Likes
Message 4 of 4

Anonymous
Not applicable
thanks for that
0 Likes