Book a Demo

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

Pages: [1]
1
Automation Interface, Add-Ins and Tools / Exception
« on: February 10, 2011, 09:30:05 pm »
When I am debugging the code ,I encountered the following exception:
An unhandled exception was raised from Microsoft.NET Framework v 1.0,1.1,or 2.0,but the current debugger is configured to debug Microsoft.NET
Frameowrk v4.0 code.Examine the exception using the SOS tool.


I tried with SOS,it is showing the line number where it is throwing exception which is in assemble code.

Can someone help me how to handle this exception.

2
Automation Interface, Add-Ins and Tools / Re: Copying elements
« on: February 04, 2011, 11:40:23 am »
Thanks for the inputs.
But I was stuck in knowing which method will give us the PackageId of the Destination Package where we are droping the element.

all the elements are getting copied to the diagram plain of the destination package but how to copy the same in the Project Browser also

TIA
Rahul

3
Automation Interface, Add-Ins and Tools / Copying elements
« on: January 25, 2011, 11:46:36 am »
Hello,
I want to create a addin in which after drag and drop the element from project browser to diagram plain(source element),the diagram and its child objects should be copied to the source element.

TIA
Rahul

4
Automation Interface, Add-Ins and Tools / Re: Addin for Composite Element
« on: January 13, 2011, 03:51:37 am »
Hello,

Here is my brief description of my question:
I have a Composite Element in a diagram page which have a  sequence diagram in it.
Now when I drag and drop this Composite Element into different  diagram page,and I select 'As Instance of Element',then the addin should make the Element as Composite( EA -> right click on an element --> Advanced --> Make Composite.) and should copy the Sequence Diagram which it contains in the previous diagram page.

TIA

5
Automation Interface, Add-Ins and Tools / Addin for Composite Element
« on: January 09, 2011, 10:30:28 am »
Hello,

I want to create an addin which will perform the following action.
When I drag and drop a Composite Element from Project Browser,and selecting "As instance of element",The Addin should make the element  "composite" and also copy the elements which are in it.

Can someone help in how to start it!!

Thanks in Advance,
Lokesh

6
Automation Interface, Add-Ins and Tools / Make Composite from C# Addin
« on: January 10, 2011, 08:04:08 am »
Helllo Frens,

I have a question..

Is it possible to make an element to have composite diagram from code?
same way as we do from EA -> right click on an element --> Advanced --> Make Composite.

TIA.

Pages: [1]