Netload in AutoCAD 2005

Netload in AutoCAD 2005

Anonymous
Not applicable
571 Views
2 Replies
Message 1 of 3

Netload in AutoCAD 2005

Anonymous
Not applicable
Hi Friends,
I have made a .Net Dll in C#.Net and i am able to load that in AutoCAD 2006 and able to use that functions by passing commands.
But i am not able to load that Dll in AutoCAD 2005. I am getting some exception at command prompt. Can anybody help me out.

Regards
Basha
eLogic Solutions
0 Likes
572 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
If the .NET dll is created with Acad2006 ObjectARX .NET API, you cannot run
it on older version of Acad, just as all Object ARX program: onecreated on
older version of ACAD would run (most likely) on newer version Acad
installation, not the other way around.

wrote in message
news:5204067@discussion.autodesk.com...
Hi Friends,
I have made a .Net Dll in C#.Net and i am able to load
that in AutoCAD 2006 and able to use that functions by passing commands.
But i am not able to load that Dll in AutoCAD 2005. I am getting some
exception at command prompt. Can anybody help me out.

Regards
Basha
eLogic Solutions
0 Likes
Message 3 of 3

Anonymous
Not applicable
canyou use "netload" in the command line,
if you can use the command ,you will can load your "net.al";
i thinks it perhaps because of you using the version of the .net framework your Autocad doesn't permit.
you can see the acad.config.dll
0 Likes