Author Topic: Add Ins: Status "Error-Missing"  (Read 19048 times)

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #15 on: October 28, 2012, 10:25:34 pm »
Yes, I did what you suggested. The problem is that I've crated with VS 10 dll project. I'm running the VS in Admin mode and WITHOUT ANY CODE IT DOES NOT WORK :(!!! I DID WRITE NOTHING! What could be wrong?

Paulus

  • EA User
  • **
  • Posts: 152
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #16 on: October 29, 2012, 06:11:43 am »
I'm sorry, but i can't help you with that. I'm using VS 2010 as well and i had some startup problems with DLL's but not something like this. :-/

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #17 on: October 31, 2012, 10:23:55 pm »
This is a serious problem for me. It seems like VS 10 is a problem maker otherwise I don't know what to think. Someone can recommend me something?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13286
  • Karma: +556/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Add Ins: Status "Error-Missing"
« Reply #18 on: November 01, 2012, 04:44:31 am »
If you think VS is the problem try SharpDevelop:

http://www.icsharpcode.net/opensource/sd/

Personally I think this is a classical case of PEBKAC.

Geert

g.makulik

  • EA User
  • **
  • Posts: 355
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #19 on: November 01, 2012, 04:49:08 am »
Quote
Personally I think this is a classical case of PEBKAC.
;D
Using EA9.3, UML2.3, C++, linux, my brain, http://makulik.github.com/sttcl/

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #20 on: November 01, 2012, 05:54:22 pm »
Well, I don't think so. Not only me have this problem in my office.

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #21 on: November 01, 2012, 06:37:28 pm »
OK, I've installed SharpDevelop, made assembly COM-visible. "Register for COM interop" means use the RegAsm utility provided with the .net framework to register the dll, right? I did it also, but SAME THING :(. I run SharpDevelop in admin mode. I can built the installer for it, but I need to debug my dll with EA first. Sad story :(.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13286
  • Karma: +556/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Add Ins: Status "Error-Missing"
« Reply #22 on: November 01, 2012, 06:44:05 pm »
No "register for COM interop" means you have to tick the appropriate checkbox in your IDE.

But really, if you can't figure this out on your own I wouldn't even try to start programming an add-in for EA. ::)

Geert


zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #23 on: November 01, 2012, 06:58:22 pm »
But SharpDevelop does not have this Build tab with project properties and checkbox "Register for Com interop" as well. I found out that regasm does this job instead.

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #24 on: November 01, 2012, 07:14:22 pm »
Sorry, I found it and I'll try again.

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #25 on: November 01, 2012, 07:16:48 pm »
IT STARTED TO WORK. 100% OF THISS SUCCESS IS YOURS, GEERT!!!! BUT WHAT CAN BE WRONG WITH VS 10?

THANKS A LOT AGAIN !!!!!!!!!!!!!!!!!!!!!!!!!!!!!

shimon

  • EA User
  • **
  • Posts: 133
  • Karma: +5/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #26 on: November 02, 2012, 01:58:01 am »
Quote
No "register for COM interop" means you have to tick the appropriate checkbox in your IDE.

But really, if you can't figure this out on your own I wouldn't even try to start programming an add-in for EA. ::)

Geert



Sorry GEERT,
But she's a great programmer. ;)

g.makulik

  • EA User
  • **
  • Posts: 355
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #27 on: November 02, 2012, 06:36:53 am »
Quote
Quote
No "register for COM interop" means you have to tick the appropriate checkbox in your IDE.

But really, if you can't figure this out on your own I wouldn't even try to start programming an add-in for EA. ::)

Geert



Sorry GEERT,
But she's a great programmer. ;)

Sometimes simply all this windoze stuff is shit  :P ...
Using EA9.3, UML2.3, C++, linux, my brain, http://makulik.github.com/sttcl/

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #28 on: November 02, 2012, 06:07:22 pm »
Often it feels like the windoze programmers went nuts too...

q.

g.makulik

  • EA User
  • **
  • Posts: 355
  • Karma: +0/-0
    • View Profile
Re: Add Ins: Status "Error-Missing"
« Reply #29 on: November 02, 2012, 09:22:00 pm »
I wanted to write sh** but YABB didn't let me and changed it automatically  :P
Using EA9.3, UML2.3, C++, linux, my brain, http://makulik.github.com/sttcl/