Book a Demo

Author Topic: unable - Generate Sequence diagrams from a .NET UI  (Read 2968 times)

vijayvrr_2001

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
unable - Generate Sequence diagrams from a .NET UI
« on: February 06, 2008, 05:31:05 am »
Hi all, I hope this is the correct forum to post this else please let me know where this needs to be moved.

I wrote a very simple hello world C#-.NET based GUI program. All that the UI (C# UI) is a message box clicking on which it should message "Hello world".

Now I need to generate a Sequence diaram of what happens on "Hello Click". For that I went ahead and configured all the debugging settings.

I can see that I can BUILD / TEST the application without error. I also set the values for the debugger. Now the issue is, I am unable to add a "Debugging bench" OR generate a sequence diagram. It does not even OPEN the UI for me to be able to button click.

Any clues?

mrf

  • EA User
  • **
  • Posts: 311
  • Karma: +0/-0
    • View Profile
Re: unable - Generate Sequence diagrams from a .NE
« Reply #1 on: February 06, 2008, 07:21:27 pm »
Hello. Are you running Windows Vista? We are currently resolving a Debug Workbench bug where .NET applications aren't able to be run due to a modified security model in Vista (with User Account Control turned on).

Please see the post http://www.sparxsystems.com/cgi-bin/yabb/YaBB.pl?board=general;action=display;num=1201174353 for more details.
Best Regards,

Michael

[email protected]
"It is more complicated than you think." - RFC 1925, Section 2.8

vijayvrr_2001

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: unable - Generate Sequence diagrams from a .NE
« Reply #2 on: February 06, 2008, 07:57:54 pm »
Hello Michael,

Thanks for the quick reply. I got the issue resolved just some time back. I am not running a vista, it is a XP machine. The error was more with the way I was configuring the CSC compiler.

Thanks anyways for the very prompt response.

VJ