Sparx Systems Forum
Enterprise Architect => General Board => Topic started 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.
-
Common Language Runtime = .Net
Although you can create any build script for EA, it only supports debugging .Net and Java applications at the moment.
-
Thanks a lot!