Book a Demo

Author Topic: Debug Issue  (Read 3138 times)

qaus

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Debug Issue
« on: October 25, 2011, 06:46:10 pm »
I am the new User of Enterprise Architect.There is a problem when I debug my application .The step I have followed are:

1. Create the model having no. of classes.
2.Created new Script in Execution Analyzer and added command for Build.
3.When I debug the Application .Error occurs as"Failed to load Common Language Runtime"

Is it necessary to install Visual Studio for debugging the application??

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Debug Issue
« Reply #1 on: October 26, 2011, 08:54:34 am »
No, you don't need Visual Studio.

I don't have a lot to do with the debugging, but I have seen several instances where a .Net application was set to build as 'Any CPU' which on a 64 bit system means 64 bit and as a result EA is prevented from debugging it. The solution is the build for x86.

I hope that helps.