Author Topic: VS2015 and Text in debug mode  (Read 1632 times)

0 Members and 1 Guest are viewing this topic.

pjm8765

  • Guest
VS2015 and Text in debug mode
« on: June 13, 2017, 10:23:11 AM »
When I run AutoCAD 2014 from Vs2015 in debug mode all of the text on a drawing do not appear.  I can iterate through the entities and they exist.  But if I run AutoCAD from VS2010 the text is shown.  I'd much rather be using VS2015 and although it's not a show stopper it's annoying for certain tasks.

Has anyone else come across this and solved it?

gile

  • Gator
  • Posts: 2507
  • Marseille, France
Re: VS2015 and Text in debug mode
« Reply #1 on: June 13, 2017, 10:36:16 AM »
Hi,

Try turning on “Use Managed Compatibility Mode” via Tools –> Options –> Debugging.

Ypu can read this:
http://through-the-interface.typepad.com/through_the_interface/2013/11/debugging-autocad-using-visual-studio-2013.html
Speaking English as a French Frog

pjm8765

  • Guest
Re: VS2015 and Text in debug mode
« Reply #2 on: June 13, 2017, 12:35:25 PM »
Thanks very much, that worked like a treat.   :wink: