Book a Demo

Author Topic: update add-in without restart of EA  (Read 3860 times)

Pawel Jasinski

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
    • View Profile
update add-in without restart of EA
« on: September 05, 2011, 02:07:24 am »
hi,

I just wonder if there is a way to update add-in from VisualStudio without having to stop/start EA?
If I try to simply rebuild it in VS (F6), I get:

----------------------
Unable to copy file "obj\Debug\CSAddinDemo.dll" to "bin\Debug\CSAddinDemo.dll".
The process cannot access the file 'bin\Debug\CSAddinDemo.dll' because it is being used by another process.      
------------------

Cheers,
Pawel

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: update add-in without restart of EA
« Reply #1 on: September 05, 2011, 08:17:50 am »
No, there isn't. The dll is open by EA so can't be modified.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: update add-in without restart of EA
« Reply #2 on: September 06, 2011, 05:47:56 pm »

Pawel Jasinski

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
    • View Profile
Re: update add-in without restart of EA
« Reply #3 on: September 07, 2011, 03:56:39 am »
hi Geert,

I have put something similar based on Command Line application. What you made is definitely better when GUI is in focus.

Thanks
Pawel