Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Kris Nunes

Pages: [1]
1
General Board / Re: HELP w/Use Case Diagram & Requirements
« on: October 01, 2010, 04:23:19 pm »
Bonita,

The EAExample.eap should have an example to get you started.

If you need more details on requirement management there are some demos and manuals on the same.

http://www.sparxsystems.com/downloads/whitepapers/Requirements_Management_in_Enterprise_Architect.pdf

http://www.sparxsystems.com/resources/demos/index.html


Kind regards,
Kris Nunes

2
General Board / Re: Issue with DEBUG. "Warning, all breakpoints f
« on: October 04, 2010, 07:33:31 pm »
Hi All,

There seemed to be an issue with .Net 4 CLR. I tried using .Net 2 and it worked well. This is good enough for me.

However, Sparx claims that .NET 4 ASP works with the build 863, but I had problems.

Thanks,
Kris Nunes

3
General Board / Re: Issue with DEBUG. "Warning, all breakpoin
« on: October 01, 2010, 03:50:10 pm »
Hi Aaron,

Thanks for the reply. I am using the latest build (863). I think the issue has to do with the version mismatch of Debug CLR.

The following is the log I have on debuging with .Net 4 (VS 2010, Build 863, c# ASP MVC .Net)

[10165871]      Stack Limit threshold set to 3
[10166170]      Default Directory is C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0
[10166172]      C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer40.EXE targets .NET version v4.0.30319
[10166174]      Debugger CLR version v1.1.4322 doesnt support target v4.0.30319
[10166176]      Debugger CLR runtime version is v2.0.50727
[10166179]      attached to process C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer40.EXE
[10188886]      Warning, all breakpoints failed to bind, check binaries built with debug information and source files synchronized with Model
[10188892]      Debug session ends for C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer40.EXE

After uninstalling .Net 1. I am able to debug and simple c# code with .Net 4.
But when I attach to an ASP .Net application process deployed on the development server which comes with VS2010, I am not able to select .Net4 to debug. It says failed to load CLR. So when I attach to .Net 2-3 it the debug does not bind with the following output.
[07148859]      Stack Limit threshold set to 3      
[07148912]      Default Directory is C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0      
[07148915]      C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer40.EXE targets .NET version v4.0.30319      
[07148918]      Debugger CLR runtime version is v2.0.50727      
[07148921]      Error attaching to process: [ch33096]known error 0x8013134B      

Kind regards,
Kris NUNES
Thanks in Advance!

4
General Board / Re: Issue with DEBUG. "Warning, all breakpoints f
« on: September 30, 2010, 02:27:13 pm »
Hi,

Ok now I tried to get this to work on an C# ASP.Net MVC application deployed on the VS2010 development server. I am attaching the code to debug on the process, but i am not getting it to bind. I think it has to do with the version of the .Net framework.

Following is the log.

[26149465]      Stack Limit threshold set to 3
[26150117]      Default Directory is C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0
[26150124]      C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer40.EXE targets .NET version v4.0.30319
[26150130]      Debugger CLR version v1.1.4322 doesnt support target v4.0.30319
[26150134]      Debugger CLR runtime version is v2.0.50727
[26150140]      attached to process C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer40.EXE
[26158701]      Warning, all breakpoints failed to bind, check binaries built with debug information and source files synchronized with Model
[26158708]      Debug session ends for C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer40.EXE

Thanks in advance for any help!

Kind regards,
Kris Nunes

T

5
General Board / Re: Issue with DEBUG. "Warning, all breakpoints f
« on: September 20, 2010, 02:56:56 pm »
And a another thanks to you too Simon,

Kris

6
General Board / Re: Issue with DEBUG. "Warning, all breakpoints f
« on: September 20, 2010, 02:39:30 pm »
Kevin Kevin Kevin,, Thank you so much. Well, like I said, I am new to the .Net framework and never had clue that the /debug switch existed.

Wish I could get you a beer, but I will have one for you cause you have saved me loads of time. Thanks again,

Kris

7
General Board / Re: Issue with DEBUG. "Warning, all breakpoints f
« on: September 16, 2010, 05:09:26 pm »
Thanks for your reply!!!

I am not using Visual Studio. This is a simple Helloworld code which I am trying to debug. The code runs fine, but does not debug. The breakpoints keep getting a ? symbol.

I am sure there is a configuration issue which I am missing here!

Below are the logs which I have captured. Thanks a million in advance.

Kind regards,
Kris Nunes

-------------------------------------------------------------
Running build script - Hello World Example      
C:\Documents and Settings\kris.nunes\My Documents\helloworld>csc Helloworld.cs       
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4      
for Microsoft (R) .NET Framework version 1.1.4322      
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.      
      
C:\Documents and Settings\kris.nunes\My Documents\helloworld Build completed with exit code 0      

The above are the logs for the build scripts
---------------------

Executing command: C:\DOCUME~1\KRIS~1.NUN\LOCALS~1\Temp\Build.bat      
Command completed with exit code 0      
[09887126]      Stack Limit threshold set to 3      
[09887422]      Default Directory is C:\Documents and Settings\kris.nunes\My Documents\helloworld      
[09887423]      C:\Documents and Settings\kris.nunes\My Documents\helloworld\Helloworld.exe targets .NET version v1.1.4322      
[09887426]      Debugger CLR runtime version is v1.1.4322      
[09888135]      Debug process in domain DefaultDomain      
[09888485]      Debug process in domain Helloworld      
[09888730]      Debug process in domain Helloworld.exe      
[09888889]      Warning, all breakpoints failed to bind, check binaries built with debug information and source files synchronized with Model      
[09888892]      Debug session ends for C:\Documents and Settings\kris.nunes\My Documents\helloworld\Helloworld.exe      


Above is the logs of the Debug
------------------

8
General Board / Issue with DEBUG. "Warning, all breakpoints f
« on: September 14, 2010, 03:14:02 pm »
"All breakpoints failed to bind, check if binaries built with debug information and source files sychronized with Model."

I am very new to EA and .Net. But I keep facing this issue while debugging. The application runs with the breakpoints  not binding. .

The breakpoint image is rendered as with a question mark symbol "?"

I am using Wndows XP, and EA 7.5 so it cannot be the issue with UAC.


Could someone please help me with this issue.

Thanks in advance,
Kris Nunes

9
General Board / Re: How to include sub business process model in
« on: September 30, 2010, 02:34:41 pm »
Hey,

If I think what you mean is to how to break down a process function into details.. then make the object (element) composite. Read the help manual for more details.

Kind regards,
Kris Nunes

10
Automation Interface, Add-Ins and Tools / Re: information flow in EA
« on: March 28, 2011, 05:27:11 pm »
This is a super cool feature to have access to via the API.

I see it being used extensively in Data architecture when we need to map processes, data and systems (DFDs, CRUD,,,,)

Will this be possible in the upcoming releases of Sparx? If someone knows someone in Sparx, they need to point this missing API.

regards,
Kris NUNES


11
This can be done by using the API as said before, and things work like a charm. I use excel to populate the tag values.

If you are having trouble, please do let me know and I will try to help.

Kind regards,
Kris NUNES

12
I have not tried this, but I would probably looking into such as feature sometime soon.. There is a method part of Element,, Hope it helps,,,


SetAppearance (long Scope, long Item, long Value)
 Void
 Sets the visual appearance of the element.

Parameter:

Scope: Long - Scope of appearance set to modify
 
0 – Local (Diagram-local appearance)
1 – Base (Default appearance across entire model)
Item: Long - Appearance item to modify
 
0 – Background color
1 – Font Color
2 – Border Color
3 – Border Width
Value: Long - Value to set appearance to.

13
Hi,

I am facing the same issue for a simple .Net application with the same error. Do you finally resolve this issue.

Kind regards,
Kris

Pages: [1]