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 - Vista

Pages: [1] 2
1
General Board / Re: setting the index page while generating docume
« on: June 12, 2007, 02:52:58 pm »
Thanks David ,

I enabled the activex message and it worked .

thanks


2
General Board / setting the index page while generating document
« on: June 11, 2007, 10:42:56 pm »
Hi,

I am looking at how to set the index page for the html documentation. After the html report is generated , i dont get any display on the index page .

Thanks for pointing out the setup ..

Regards,


3
General Board / Re: Help needed for Building a project
« on: March 14, 2007, 10:31:35 pm »
Any Ideas about this error during DEBUG
---------------------------------------------------
Suitable method not found!
Here are the reasons:
Int.Real.Chart.BusinessController.QueueTransaction.ExecuteBusinessLogic:Argument Conversion Failed
System.Object.GetType:MethodName Doesn't Match!
System.Object.ToString:Method Name Doesn't Match!
System.Object.Equals:Method Name Doesn't Match!
System.Object.GetHashCode:Method Name Doesn't Match!
---------------------------------------------------------


Where QueueTransaction is a Controllerclass , ExecuteBusinessLogic is the method in the controller class




4
General Board / Re: Help needed for Building a project
« on: March 14, 2007, 05:09:13 pm »
Simon,

I have followed exactly the same procedure as the Demo . Except that i am using the dll , where as in the Demo it is Exe.

NOTE: In the ProjectBuildScript, the Debug is not marked . though i have made the settings .


Thanks

5
General Board / Re: Help needed for Building a project
« on: March 14, 2007, 04:39:22 pm »
Reverse Engineered the code=My class diagram is reverse Engineered .


6
General Board / Re: Help needed for Building a project
« on: March 14, 2007, 04:29:05 pm »
Hi,

Thanks for the reply.

I have used
"C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com" /Build Debug BusinessController.csproj

for build and could successfully build .

Where as i have problem with the debug , can u help me please

classname

obj\Debug\Int.Real.Login.BusinessController.dll

Variables

Int.Real.Login.BusinessController.LogInInfoController.ExecuteBusinessLogic,ExchangeDataSuper,SessionInformation,SystemConfiguration

With this ,

15/03/2007 09::26 Default Directory is C:\Int\Real\BusinessController\
15/03/2007 09::26 Debugger CLR runtime version is v2.0.50727
15/03/2007 09::27 Process created \Device\HarddiskVolume1\Program Files\Sparx Systems\EA Trial\SSInvoke.exe running CLR version v2.0.50727
15/03/2007 09::27 Debug process in domain DefaultDomain
15/03/2007 09::27 Debug process in domain SSInvoke.exe
15/03/2007 09::27 debug ends for SSInvoke.exe

But it doesnt stop at the breakpoint . The Stack Record button and the sequence diagram buttons are disabled .Am not able to test the version for the purpose of Generating sequence diagram .

Kindly help



7
General Board / Re: Help needed for Building a project
« on: March 13, 2007, 05:47:49 pm »
Hi ,


What is the Build filename you have to specify while setting.


"C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com" /Build Debug XXX.sln

Is XXX => the Controller dll or the source file???

Thanks

8
General Board / Re: Help needed for Building a project
« on: March 12, 2007, 05:58:34 pm »
Its the same with coma .

Is it possible to set the Instances as the parameter for the method . I was wondering if that was a problem .


9
General Board / Re: Help needed for Building a project
« on: March 12, 2007, 04:51:36 pm »
Hello Simon,

I have .Net version 2 . trying to Build and Debug my project for Reverse Engineering Sequence Diagram. Somehow out of luck .


According to the UserGuide

type_name, method_name, { method_argument_1, method_argument2,....}


I have set the Debug tab as follows:

XXX.YYY.Login.BusinessController.dll

and the variables as


XXX.YYY.Login.BusinessController.LogInInfoController.ExecuteBusinessLogic,ExchangeDataSuper,SessionInformation,config

where ExecuteBusinessLogic is the METHOD , ExchangeDataSuper ,SessionInformation ,Config are all instances of class .

I still get the same error while building the project .

Let me know if i am doing wrong .

Thanks for all your help

Regards,



10
General Board / Re: Help needed for Building a project
« on: March 08, 2007, 05:48:12 pm »
ok Simon Thanks,

It says the debugging of assemblies are supported only with .NET version 2 . I am using a lesser version.

That means i wouldnt be able to reengineer Sequence diagram .


Regards,

11
General Board / Re: Help needed for Building a project
« on: March 07, 2007, 09:07:12 pm »
Hi simon,

Its not the problem about building , I am able to build it using Visual Studio. But am not able to do it using EA . I need to generate sequential diagram and that is why this excercise..

Regards

12
General Board / Help needed for Building a project
« on: March 07, 2007, 08:50:34 pm »
hi,

I am trying to build the project ,but get fatal error CS2008.

This is what i am doing .I have imported my .NET c# classes from the root path.

I am setting the PackageBuild script as follows

Build Path as :C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe

Run Path as : C:\INTER\MYTIME\BController\obj\Debug\

Debug  as: Inter.MyTime.BController.dll


Am i doing mistake in my settings?? Please help

Thanks


13
General Board / Re: Depth of Sequence Diagrams reverse engineered
« on: March 13, 2007, 10:23:43 pm »
NOTE: I am trying it with EA 6.5 TRIAL VERSION , as the user guide says its the feature of Version 6.5 . where as i am using licensed version 6.1 for other functions. I need to evaluation for upgradation.

Thanks

14
General Board / Re: Depth of Sequence Diagrams reverse engineered
« on: March 13, 2007, 10:20:11 pm »
hi Frank,

As you seem to have faced the same problem as me , could you please suggest me a way by which i could generate sequence diagrams.

I am reengineering a webservice c# .NET project

I have imported the whole package into EA . I have set the debugscript as follows:

Enter Class Name for debug

obj\Debug\Int.Real.Log.BusinessController.dll

Enter any RunTime Variable

Int.Real.Log.BusinessController.LogInInfoController.ExecuteBusinessLogic,ExchangeData,SessionInformation,SystemConfiguration


With this setting, I am not able to Debug . Doesnt stop at any breakpoints i have given at the class.

The RecordStack button is disabled .

Any suggestions??

Thanks

15
General Board / Re: Depth of Sequence Diagrams reverse engineered
« on: February 27, 2007, 12:19:42 am »
hi,

 This is not anything to do with userid .

 I have somehow removed the error , but when i try to debug the project ,breakpoint placed on the service.asmx file .The bebug doesnt stop at this . I think it is not recognising the starting point .

 Can anyone help me with this please ...


Thanks for any help ..


Pages: [1] 2