Message 1 of 4
Debug project from Visual Studio 2010 will crash ACAD when type in "Netload"
Not applicable
08-02-2011
03:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Not sure if it happens to any of you have the same settings:
AutoCAD 2012 (base version)
Visual Studio 2010 (with SP1)
ObjectARX.net 2012
Start ACAD from Visual Studio 2010 debug session, and type in "netload" to load my dll, soon after the file dialog popup, it crash the ACAD.
It won't happen if start ACAD 2012 (not thru VS2010 debugger) and run "netload"
Any idea?
btw, my project had to work with .Net 4 as I am using part of EF 4.0 feature so can't go back to early .Net version.
so change the acad.exe.config using other .Net version won't work (although it won't crash any more)