Author Topic: EA.exe blocking external resources  (Read 2249 times)

gilles2

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
    • View Profile
EA.exe blocking external resources
« on: May 05, 2010, 07:50:48 pm »
Hi all,

I am having a strange issue.
I have developped an external tool that connects to an EAP file through the API.

Everythings works fine !
I use ExportPackageXMI method on Project object.
It works.

But the EA.exe process linked to my tool blocks a particular resource after calling the ExportPackageXMI  method. The directory containing my xmi file generated is blocked by the process.

I need to disconnect from the EAP file to be able to work on this directory (delete,....) which is not convenient in my tool.

Do you have any idea ?

Tx
Gilles