Author Topic: AutoCAD 2015 crashing when I try to debug in VS 2013  (Read 2099 times)

0 Members and 1 Guest are viewing this topic.

justnobody

  • Mosquito
  • Posts: 6
AutoCAD 2015 crashing when I try to debug in VS 2013
« on: February 12, 2015, 01:15:54 PM »
AutoCAD 2015 is crashing on me when I try to launch and debug. 

I've tinkered around with some of the debug settings and am afraid I have lost what works...

Anyone have any suggestions?

Output window messages are in attatched file.

BlackBox

  • King Gator
  • Posts: 3770
Re: AutoCAD 2015 crashing when I try to debug in VS 2013
« Reply #1 on: February 12, 2015, 01:48:00 PM »
AutoCAD 2015 is crashing on me when I try to launch and debug. 

I've tinkered around with some of the debug settings and am afraid I have lost what works...

Anyone have any suggestions?

Output window messages are in attatched file.

More information is needed; to start:

What version of VS are you using?

Did your project derive from an AutoCAD .NET Wizard template?

What environment and framework are you compiling to?

How are you attempting to load your compiled assembly?

Where are you attempting to load your compiled assembly from (local, network, etc.)?

Plug-in or standalone app?

.NET or COM?

What code have you included at Initialize() (post your code)?



Just in case, from this post:

Quote from: BlackBox
These articles may also be of use:

Hitting breakpoints in .NET Class Libraries while debugging with Visual Studio 2010

Breakpoints in custom form not hit when debugging .NET AddIn for AutoCAD 2012 from Visual Studio 2010



Cheers
"How we think determines what we do, and what we do determines what we get."

justnobody

  • Mosquito
  • Posts: 6
Re: AutoCAD 2015 crashing when I try to debug in VS 2013
« Reply #2 on: February 12, 2015, 02:10:06 PM »
Thanks - Solution #3 from that 1st blog post worked! Thank You!!

BlackBox

  • King Gator
  • Posts: 3770
Re: AutoCAD 2015 crashing when I try to debug in VS 2013
« Reply #3 on: February 12, 2015, 02:55:17 PM »
Thanks - Solution #3 from that 1st blog post worked! Thank You!!

You're welcome.
"How we think determines what we do, and what we do determines what we get."