Message 1 of 8
crash when debugging and insert a block
Not applicable
06-25-2008
06:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have troubles debugging AutoCAD Map 3D 2008 with Visual Studio 2005. When I check "Enable unmanaged code debugging" option Visual Studio breaks whenever i use the INSERT command.
Step to reproduce:
1. Create a default c# Windows Application
2. Edit Project properties:
______Start external program: "c:\Program Files\AutoCAD Map 3D 2008\acad.exe"
______Enable unmanaged code debugging: CHECKED
3. Hit F5 ro run AutoCAD
4. Type INSERT command
5. Hit ESC to cancel command
6. Visual Studio breaks !
According to following output it is an Access Violation error. I had a look in Debug=>Exceptions menu to disable breaking on this error but I couldn't fix anything.
First-chance exception at 0x781449d1 in acad.exe: 0xC0000005: Access violation reading location 0xbaadf00d.
Unhandled exception at 0x781449d1 in acad.exe: 0xC0000005: Access violation reading location 0xbaadf00d.
I tried with AutoCAD 2007. It's working fine. I unfortunately can't try with AutoCAD 2008 (only Map i installed on my computer).
Any inputs are welcome,
Regards,
I have troubles debugging AutoCAD Map 3D 2008 with Visual Studio 2005. When I check "Enable unmanaged code debugging" option Visual Studio breaks whenever i use the INSERT command.
Step to reproduce:
1. Create a default c# Windows Application
2. Edit Project properties:
______Start external program: "c:\Program Files\AutoCAD Map 3D 2008\acad.exe"
______Enable unmanaged code debugging: CHECKED
3. Hit F5 ro run AutoCAD
4. Type INSERT command
5. Hit ESC to cancel command
6. Visual Studio breaks !
According to following output it is an Access Violation error. I had a look in Debug=>Exceptions menu to disable breaking on this error but I couldn't fix anything.
First-chance exception at 0x781449d1 in acad.exe: 0xC0000005: Access violation reading location 0xbaadf00d.
Unhandled exception at 0x781449d1 in acad.exe: 0xC0000005: Access violation reading location 0xbaadf00d.
I tried with AutoCAD 2007. It's working fine. I unfortunately can't try with AutoCAD 2008 (only Map i installed on my computer).
Any inputs are welcome,
Regards,