Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cannot debug 2013 with VS2010 VB.NET

1 REPLY 1
Reply
Message 1 of 2
DWhiteley
848 Views, 1 Reply

Cannot debug 2013 with VS2010 VB.NET

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

1 REPLY 1
Message 2 of 2
derrickoswald
in reply to: DWhiteley

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.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report