Book a Demo

Author Topic: Unhandled Exception adding a Package to Subversion  (Read 3056 times)

StevePinfold

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Unhandled Exception adding a Package to Subversion
« on: February 16, 2012, 09:01:32 pm »
Hi all.

I am trying to use EA 9.2 in windows XP hooked to my subversion server for version control. I am using the Collabnet subversion client.

I have configured my version control in EA and seem to be able to get individual package into subversion. I can check out, modify and check in individual packages at the lowest level.

When I try to add a tree from the top level into subversion by selecting the top level package with the add sub-trees box ticked, I see  the .NET framework exception after the first package has been added.

The error information from the dialog box is shown below.

Any Clues please

Thanks in advance.

Steve

 -------------------------------------------------------------------
  Unhandled exception has occured in a component in your
  application. If you click continue, the application will ignore this error
  and attempt to continue.

  Can't find matching ID

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80040000): Can't find matching ID
   at EA.RepositoryClass.GetPackageByID(Int32 PackageID)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Unhandled Exception adding a Package to Subver
« Reply #1 on: February 16, 2012, 09:43:01 pm »
Have you tried to run a project integrity check (Shift-F9)?
If that doesn't help you better send in bug report

Geert

StevePinfold

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Re: Unhandled Exception adding a Package to Subver
« Reply #2 on: February 16, 2012, 10:13:57 pm »
Hi Gerert.

Thanks for the answer. This has fixed my problem. I am very grateful.

Steve