Book a Demo

Author Topic: Bild Script vor VS2008 project  (Read 2615 times)

RainerQ

  • EA User
  • **
  • Posts: 122
  • Karma: +1/-0
    • View Profile
Bild Script vor VS2008 project
« on: April 11, 2010, 01:51:59 am »
Hello,

is there a "easy" way to extract a build script for a visual studio solution?
I imported one of my vs projects and tried to build it according to the example given by Sparx "http://www.sparxsystems.com/resources/demos/debuggingcs/debuggingcs.htm" but obviously I missed the part on how to add project dependencys to "other" assemblies used. When I "build" my project I endup with MANY error messages like:
 
BfpSettings.cs(2814,10): error CS0246: The type or namespace "GlobalizedCategory" could not be found. (missing a Using-Direktive or a Assembly referenc?)      

Thanks for help and hints!

Rainer

RainerQ

  • EA User
  • **
  • Posts: 122
  • Karma: +1/-0
    • View Profile
Re: Bild Script vor VS2008 project
« Reply #1 on: April 11, 2010, 03:48:17 pm »
Ok, in the meanwhile I found that I can easily take the comandline from the vs output window. Now my project also builds within EA. I can "run" my application, but I can't debug it :(

When I click on the run debugger icon (or pressing F6) NOTHING happens.

I am Working on Windows7 64 ultimate, are there any issues known?

Regards
Rainer