Can I use Visual Studio 2010 to debug .net programs with bcad v15?

I am seeing some odd issues that do not happen with the same code using autocad 2015.

I set a breakpoint in my c# code for a modal dialog callback, like button1_clicked... and it acts like its not there.

Breakpoints outside the form code work fine, but the ones in the form code like form_load and others are not honored.

The code in the form does run though, I can do messagebox.show("did something") and they all trigger, so i know the code is running.

Just thinking maybe I need VS2012 or something, as you are supposed to use that with 2015, but I get around by referencing the 2014 assemblies for the moment...

Comments

This discussion has been closed.