TheSwamp

Code Red => .NET => Topic started by: pjm8765 on June 13, 2017, 10:23:11 AM

Title: VS2015 and Text in debug mode
Post by: pjm8765 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?
Title: Re: VS2015 and Text in debug mode
Post by: gile 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
Title: Re: VS2015 and Text in debug mode
Post by: pjm8765 on June 13, 2017, 12:35:25 PM
Thanks very much, that worked like a treat.   :wink: