.NET CLR + ARX Unload

.NET CLR + ARX Unload

Anonymous
Not applicable
472 Views
1 Reply
Message 1 of 2

.NET CLR + ARX Unload

Anonymous
Not applicable
How to unload a managed ARX module?
During the development it is to have to very annoyingly always close AutoCAD, because the CLR can't detached from the process. I know, that's the reason why, but where is the workaround?
Thanks!
0 Likes
473 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Maybe you have .net framework 2.0 installed on your computer.

Modified AutoCAD 2006 acad.exe.config file.
Let it still use .net framework version 1.1.4322. Otherwise, it always use
the latest version of the framework installed on computer.


wrote in message news:5048866@discussion.autodesk.com...
How to unload a managed ARX module?
During the development it is to have to very annoyingly always close
AutoCAD, because the CLR can't detached from the process. I know, that's the
reason why, but where is the workaround?
Thanks!
0 Likes