Message 1 of 3
AutoCAD .net x64

Not applicable
09-17-2015
03:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created a .net AutoCAD plugin that assembles a bunch of dwg pages from existing smaller dwg files and then publishes the resulting dwg files to a single multiplage PDF file. The plugin works fine on 32 bit machines but causes AutoCAD to crash on 64 bit machines. Note that I compiled my .net plugin using the 64 bit version of AutoCAD libraries so I can run it on the 64 bit machine. After struggling with this for a while I noticed that compiling my assemblies with code optimization turned off alleviates the problem but doesn't fix it completely. I still get crashes from time to time. Any idea why this occurs?
Thanks