Netload Does Not Seem To Load The Application

Netload Does Not Seem To Load The Application

mgorecki
Collaborator Collaborator
1,936 Views
2 Replies
Message 1 of 3

Netload Does Not Seem To Load The Application

mgorecki
Collaborator
Collaborator

Hello,

In AutoCAD 2010, I would issue the "netload" command, browse to a local folder and pick the .dll, then "OK".  I could then enter the command that would run the program.

I now have 2015 installed on my computer and I try to do the same thing.  I run the netload command, browse, and pick the same .dll, but when I enter the command to run the program, it says "Unknown command"

 

Is there some new setting I need to set?

 

BTW, I've also looked at "Unblock" but the .dll does not have a warning in it's Properties dialog and it's copied local.

 

Thanks,

Mark

Accepted solutions (1)
1,937 Views
2 Replies
Replies (2)
Message 2 of 3

_gile
Consultant
Consultant
Accepted solution

Hi,

 

The AutoCAD .NET libraries changed with AutCAD 2013 (acmgd.ll have been splited in acmgd.dll and accoremgd.dll) so a .NET dll working with AutoCAD 2010 should work with AutoCAD 2011 and 2012 but have to be re-compiled with the new libraries for AutoCAD 2013 and later.

See this thread:

http://through-the-interface.typepad.com/through_the_interface/2012/03/migrating-net-applications-to...



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 3 of 3

mgorecki
Collaborator
Collaborator

Hello Gile,

Thanks for the information.  Sadly it looks like I'll have to have two versions of my code then as my company has users that use Acad 2010, 2012, 2014 and 2015.  Heavy sigh Smiley Happy

0 Likes