Book a Demo

Author Topic: Error loading Addin  (Read 3645 times)

RoyClem

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Error loading Addin
« on: April 14, 2005, 09:16:13 am »
Greetings,

I've successfully developed tested an Addin on my local machine. However, I'm having problems installing it on other machines. I'm receiving an dialog window that states:

There was an error loading Add-in:
<name of add-in>
Remove it from the list of Add-ins?

I suspect the add-in is not being registered by the .NET setup project even though I've specified vsdraCOM but it's tough to tell since EA's error message is so general - it doesn't indicate the precise reason for the failure.

Any ideas?

RoyClem

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Error loading Addin
« Reply #1 on: April 15, 2005, 04:04:15 am »
The problem was resolved when I manually added the assemblies into the Application Folder and set the Register property to vsdraCOMRelativePath.