Book a Demo

Author Topic: How to deploy Add/Ins  (Read 4423 times)

RM

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
How to deploy Add/Ins
« on: April 21, 2006, 06:07:58 am »
Hi,
I've developed some AddIns in .NET (C#) according CS_AddIn_Framework from Sparx. On my computer everything is ok.
I have a problem, when I need to deploy it on another computer. Where to put my DLL ? There is an error, when I try to register it with regsvr32: "Entry point for DLLRegisterServer not found".
Can you help me.

Thanks
Best regards
Roman

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: How to deploy Add/Ins
« Reply #1 on: April 21, 2006, 06:30:38 am »
For .Net assemblies to be 'friendly' with COM you need to set one or two properties. I don't have them handy, but MS docs (if not the EA ones) should tell you. This forces the .Net compilers to include information necessary for COM registration.
No, you can't have it!

Takeshi K

  • EA User
  • **
  • Posts: 632
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Re: How to deploy Add/Ins
« Reply #2 on: April 21, 2006, 12:51:25 pm »
Hello Roman,

Please copy your DLL to the same directory as EA installed directory, and run regasm.exe with DLL name.

Hope this helps.

--
t-kouno
--
t-kouno