Book a Demo

Author Topic: Loading Add-In causes EA crash  (Read 4199 times)

qdlaty23

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Loading Add-In causes EA crash
« on: April 14, 2005, 08:50:08 am »
Hi!

I have a problem with a add-in I wrote in C#. I know the component is written properly, because it works fine for my coleague who has the same version of EA and the same windows (with the same SP). Is there a possibility that it's somewhat COM's or windows'es fault?

We're using EA v. 4.51.751 and Windows 2000 SP4.

The message I get is "EA.exe has encoured a problem and needs to close..." - a standard message for a crashed application.

Of course it doesn't crash if I remove the registry key for my add-in.

Please help!

qdlaty

RoyClem

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Loading Add-In causes EA crash
« Reply #1 on: April 14, 2005, 10:56:35 am »
I'm having trouble installing my Add-in on other machines. I think it has something to do with COM registration. How did you register your add-in to COM?

Thanks,

Roy

qdlaty23

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Loading Add-In causes EA crash
« Reply #2 on: April 14, 2005, 04:06:20 pm »
I just choose to 'register for COM' in Visual Studio C# Express Edition. It's fully automated so I don't have to do anything more.