Addin refers DLL's from wrong location

Add-in Express™ Support Service
That's what is more important than anything else

Addin refers DLL's from wrong location
Addin Express addin's refering DLL's from the same location. 
Amit Bansal


Guest


Hi,

We are working on two Excel addin's and both of these addins refers some common DLL's avilable in their bin folder.

But after installation Both addins are referring DLL's from the same location not from their respective installation folders.

Example:
Let's suppose we have two addins....
Test1Addin and Test2Addin

Test1Addin is referring dll's from its installation foler but Test2Addin
ids referring DLL's from the same location not from its installation folder.

Can you please let me now why this is happening? and how to fix this problem?


Thanks.
Posted 05 Oct, 2009 01:38:30 Top
Andrei Smolin


Add-in Express team


Posts: 18833
Joined: 2006-05-11
Hi Amit,

Please see my reply at http://www.add-in-express.com/forum/read.php?FID=5&TID=6160.

Does it describe your case?


Andrei Smolin
Add-in Express Team Leader
Posted 05 Oct, 2009 12:19:38 Top
Amit Bansal


Guest


No my add-In is not non-isolated.

It is ADX Loader add-In.
Posted 05 Oct, 2009 23:42:18 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Amit.

Please check the registration of your add-ins in the system registry.
Both add-ins should have adxloader.dll as an inproc-server in the InprocServer32 key of the IEModule class.
Posted 06 Oct, 2009 10:59:32 Top
Amit Bansal


Guest


I don't know where to locate IEModule class?
Can you please help...

I tried to search IEModule but could not found in registry.
Posted 08 Oct, 2009 04:57:54 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Amit.

Sorry, I gave you the wrong class name. You need to search for the '<Project Namespace>.AddinModule' class.
Posted 08 Oct, 2009 11:10:06 Top
Amit Bansal


Guest


I am not able to locate that particular key...or path

Can you please send me the screenshot of the registry location, that shows adxloader.dll entry.

Thank you.
Posted 14 Oct, 2009 01:12:32 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Amit.

I have just sent you a screenshot.
Posted 14 Oct, 2009 06:00:23 Top