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.


Topics - czc

Pages: [1]
1
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



2
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]