Cannot debug 2013 with VS2010 VB.NET

Cannot debug 2013 with VS2010 VB.NET

DWhiteley
Advisor Advisor
1,108 Views
1 Reply
Message 1 of 2

Cannot debug 2013 with VS2010 VB.NET

DWhiteley
Advisor
Advisor

For some reason breakpoints are not halting my code when debugging 2013 in VS2010

Does anyone know why?

I'm using the latest wizard with the latest dynamic loading mechanism.

 

Thanks, Dave

0 Likes
1,109 Views
1 Reply
Reply (1)
Message 2 of 2

derrickoswald
Alumni
Alumni

For me, the answer was to change the Target framework to

.NET Framework 4

in the projects Application property pane. This matches the contents of Inventor.exe.config <startup></startup> section.

This required referencing the Microsoft.CSharp assembly, but was otherwise painless to change.

0 Likes