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

Pages: [1]
1
Suggestions and Requests / Re: A question about the version of EA
« on: January 31, 2012, 11:36:44 pm »
I hope Sparx can see this post, thank you very much!

2
Suggestions and Requests / Re: A question about the version of EA
« on: January 31, 2012, 11:30:31 pm »
Could I know the background of this change after the version7.0?   How Can I do if I want  return this function  to version 7.0 in the future version?

3
Suggestions and Requests / Re: A question about the version of EA
« on: January 31, 2012, 11:01:33 pm »
I developed a tool to opreate EA. Although uncheck the option can display only one tag,the tool will get two tag value also.The tool may not get the correctly value.

4
Suggestions and Requests / Re: A question about the version of EA
« on: January 31, 2012, 10:43:57 pm »
In the version 7.0,it displayed only one tagged values(such as "id"),but after the version 7.0,it will display two tagged values(such as two "id"). If this is a normal improvement,then we can't update to the latest EA version;otherwise I will wait for this bug be solved.Thank you!

5
Suggestions and Requests / Re: A question about the version of EA
« on: January 31, 2012, 10:35:26 pm »
When I sync MO and RO, I don't want it display same tag value. But after version 7.0,it occured. I am confused if this was the improvement or it was a bug.

6
Suggestions and Requests / A question about the version of EA
« on: January 31, 2012, 12:45:00 pm »
    After the version 7.0, first I select both MO and RO on one class,secondly I synch MO and synch RO, then the class will display a same tagged value.You can see the detail in the follow picture.
 
    I want to know the background of this change[ch65292]isn't normal change ? Thank you!
http://sourceforge.net/projects/pengao.u/files/class.jpg
http://sourceforge.net/projects/pengao.u/files/resources.jpg



7
Bugs and Issues / Re: [Help] How To Solve this Problem!
« on: December 28, 2012, 12:41:05 pm »
- Which programming language are you using?
C#
- Which operating system are you using?
Windows XP SP3
- Is only the code running on a virtual machine or also EA?
Only running the code.
- Is it only that code that fails, or does any EA related code fail?
No,any EA realated code can be failed too.
- Have you tried something simpler using code from the examples?
Yes,same result.
- Why have you used the approach suggested on the community site?
eh,just see the same error,so ....

Thxs, ;D

8
Bugs and Issues / Re: [Help] How To Solve this Problem!
« on: December 27, 2012, 02:25:44 pm »
First,thanks for your reply.I just want export the xml from a eap file .There is my situations:
(1) My computer has installed EA 7.0, and this error is not everytime happend.
(2) That code running on the virtual machine.
(3) The "Interop.EA.dll" file's verison is 2.10.0.0.

BTW:
http://community.sparxsystems.com/tutorials/code-engineering/running-enterprise-architect-server
I used the approach of this page,it doesn't worked.
So,help me plz. :(

9
Bugs and Issues / [Help] How To Solve this Problem!
« on: December 26, 2012, 06:47:53 pm »
My Code is like this:
              
 EA.Project eaproject = m_eafile.GetProjectInterface();
                EA.Package eapackage = (EA.Package)m_eafile.Models.GetAt(0);
                eaproject.ExportPackageXMI(eapackage.PackageGUID, EA.EnumXMIType.xmiEA11, 1, -1, 1, 0, strXmlFileName);


I see this error information:

"Retrieving the COM class factory for component with CLSID {67F4E0FA-46A7-4255-B084-69A9433D08C3} failed due to the following error: 80080005"

Pages: [1]