Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Sandman27 on September 11, 2006, 03:16:48 am

Title: Build scripts and debugging
Post by: Sandman27 on September 11, 2006, 03:16:48 am
Hi,

I am using EA for reverse engineering some older projects in order to create proper documentations of the sources. For that reason, I created a build script which basically tells EA how to compile the project.

Now, when I try to debug the project in EA, it gives me an error "Failed to load common language runtime". What does it mean? Did I configure something wrong? There is on limited information available about how to write build scripts for different environments.

BTW, I am using Borland Delphi 7.
Title: Re: Build scripts and debugging
Post by: Eve on September 11, 2006, 02:54:49 pm
Common Language Runtime = .Net

Although you can create any build script for EA,  it only supports debugging .Net and Java applications at the moment.
Title: Re: Build scripts and debugging
Post by: Sandman27 on September 11, 2006, 10:38:57 pm
Thanks a lot!