Enterprise architect addin not getting Loaded

186 Views Asked by At

I created a class library in C# for addinn and my Enterprise architect is loading it in Extensions but when I create a WPF application and change its output type to library but Enterprise architect is not able to load this library.

1

There are 1 best solutions below

3
On

EA only reads ddl's as add-in that have an addin-class exposed to COM. I'm guessing switching to WPF messed up the COM registration of your add-in class.
Some more info on writing add-ins for EA on my website