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

Pages: [1] 2
1
Bugs and Issues / EA trial version not running
« on: April 23, 2008, 03:20:59 pm »
Previously I was using EA 6.1. It was running fine. Now I installed EA trial version 7.1 after removing the version 6.1. It gets installed successfully but when I try to open it shows cross and says that your evaluation period has expired.

Please help me.

2
Bugs and Issues / Re: My EA addin setup not working on EA 7.1
« on: April 22, 2008, 04:15:36 pm »
sorry for that. Actually i am frustrated by following the steps again and again and the issue is still not resolved. Please provide me the solution

3
Bugs and Issues / Re: My EA addin setup not working on EA 7.1
« on: April 22, 2008, 02:22:24 pm »
David!

I feel the link you told is a different issue. My problem is that I am following the same code and steps as given in EA HELP. When I run that code it installs the addin on some systems but when I tried the same code on other system it's not working. It shows the addin enable but doesn't show the menu items of addin.


4
Bugs and Issues / Re: My EA addin setup not working on EA 7.1
« on: April 19, 2008, 02:44:36 pm »
It is still not working.

Should I create a new addin. Please let me know the steps to create addin for EA 7.1. I am using c# .net 1.1.

5
Bugs and Issues / Re: My EA addin setup not working on EA 7.1
« on: April 18, 2008, 05:15:38 pm »
How can I get more recent typelib / interop.  I still have access to the source code, please let me know how to get the recent typelib / interop.

Is it may be the issue with trial version. I am using EA 7.1 trial version. Please let me know

6
Bugs and Issues / Re: My EA addin setup not working on EA 7.1
« on: April 18, 2008, 02:37:20 pm »
Hi David!

Thanks for your reply.

Actually I have also reset the menu still my addin doesn't appear. Please help me

7
Bugs and Issues / Re: My EA addin setup not working on EA 7.1
« on: April 17, 2008, 04:46:52 pm »
Actually it is showing Addin enable when I click on Addin menus followed by manage addins but it is not showing the menu for my addin.

Is there any other way to enable the addin so that it may appear or be active.

8
Bugs and Issues / My EA addin setup not working on EA 7.1
« on: April 15, 2008, 09:14:34 pm »
I had a small project that was creating an adding on the EA version 6.1. It was working fine. When I tried the same adding by running my addin setup on EA 7.1 it is saying addin error and addin is not getting created.

Is the problem with the API's or what? please explain what the problem is?

Vibhu

9
Automation Interface, Add-Ins and Tools / Re: Regasm does not work
« on: May 14, 2008, 03:28:09 pm »
I got the solution for this. If addin doesn't display install .net framework 2.0 on your machine and your addin will display.


10
Automation Interface, Add-Ins and Tools / Re: Regasm does not work
« on: May 08, 2008, 10:30:33 pm »
David!

This is really obvious questions - along the lines of "is the computer plugged in?" - but still worth asking.

my machines have the .Net 1.1 runtime installed. Also the service pack of .net 1.1 are current.

I have installed the .net runtime on all the machines from the same setup file. On some machines addin is displaying and on another it's not displaying.




11
Automation Interface, Add-Ins and Tools / Re: Regasm does not work
« on: May 07, 2008, 04:37:06 pm »
Dear Frank / David!

I followed Frank's suggestion but it didn't work.

As per David when I tried new addin by adding the reference to Interop.EA.dll (EA 7.1 trial) it was giving error then I tried by adding the reference to EA.tlb. It added and my addin displayed on my machine. When I tried the same addin on two other machines it displayed on one and didn't on other machine.

This is a strange problem. I am not getting what the issue is ??

Please suggest me what to do to avoid this problem

12
Automation Interface, Add-Ins and Tools / Re: Regasm does not work
« on: May 05, 2008, 03:55:36 pm »
Aaron!


1)I tried referencing Interop.EA.dll from EA trial installation folder bot it was giving error so I read on the same forum and add EA.tlb as reference and it started working.

2) Doesn't metter where to deploy addin dll. I have tried all that but it didn't work.

Vibhu

13
Automation Interface, Add-Ins and Tools / Re: Regasm does not work
« on: May 02, 2008, 05:14:16 pm »
This didn't solve the problem.

I am developing an EA Add-In right now. When I select output type as Class Library, also I checked the Register for COM Interop(in this case, I do not need to run regasm add-in.dll for registering), EA can successfully load my add-in without any problems.

In this case also EA is not loading the addin and my addin doesn't display. I also tried by registering using regasm add-in.dll /register
add-in.dll /codebase, it's not working.

I feel this is not a solution for the problem.

14
I am developing a small EA DOORS integration project. I am able to export an EA model to DOORS. When I am trying to open  EA exported model from DOORS it gives error and EA closes down.

I am trying C# following code:

try
{
app = (EA.App) System.Runtime.InteropServices.Marshal.GetActiveObject("EA.App");
                        de=(EA.RepositoryClass) app.Repository;
                        de.OpenFile(fName);
                        return;
                  }

please help me.

15
Automation Interface, Add-Ins and Tools / save diagram to clipboard
« on: April 24, 2008, 09:16:47 pm »
I have a small EA DOORS integration that was developed for EA 6.1. Now when I am trying the same on EA 7.1 and trying to save diagram image to clipboard I am facing the problem. It says.

EA_MenuClick: Retrieving the COM class factory for component with CLSID failed due to the following error:

Which DLL should I use for it. The dll that was working fine on EA 6.1 is not working here on EA 7.1. Please suggest me what should I do or which dll/tlb file should I use in my reference.

Vibhu

Pages: [1] 2