Shared AddIn does not start in Excel anymore

M

Marcus Mängel

Hi my problem is that for some reasons I do not get my Shared-AddIn in
Excel, when I try to debug it. It work perfect untill yesterday. Then I had
an error pointing to some dll conflict (Of course I forgot the correct
message) and from there I do not get any shared addin working. Even not a
new one. Any ideas.

I am working with VS 2005 and Excel 10.

Thanks in advance

Marcus
 
A

Andrei Smolin [Add-in Express]

Hello Marcus,

Check Disabled items. Don't know how to find them in Excel 2010, however.
The problem occurs because shared add-ins use a universal shim, MSCOREE.DLL.
When Excel "decides" to block an add-in, it blocks MSCOREE.DLL and all other
shared add-ins stop working as well. This is one of the reasons why you
shouldn't use shared add-ins.

Regards from Belarus (GMT+2),

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com
 
M

Marcus Mängel

Thanks for your information.
But I did not talk about Excel 2010 which is Excel 13 I talk about Excel
XP/2002 which is Excel 10.
 
M

Marcus Mängel

Thanks that helped.

mypicturefaded said:
Visit this link...It should help you.
http://msdn.microsoft.com/en-us/library/ms268871.aspx

Marcus Mängel said:
Thanks for your information.
But I did not talk about Excel 2010 which is Excel 13 I talk about Excel
XP/2002 which is Excel 10.


"Andrei Smolin [Add-in Express]"
Hello Marcus,

Check Disabled items. Don't know how to find them in Excel 2010,
however.
The problem occurs because shared add-ins use a universal shim,
MSCOREE.DLL. When Excel "decides" to block an add-in, it blocks
MSCOREE.DLL and all other shared add-ins stop working as well. This is
one
of the reasons why you shouldn't use shared add-ins.

Regards from Belarus (GMT+2),

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com

Hi my problem is that for some reasons I do not get my Shared-AddIn
in
Excel, when I try to debug it. It work perfect untill yesterday. Then
I
had an error pointing to some dll conflict (Of course I forgot the
correct message) and from there I do not get any shared addin working.
Even not a new one. Any ideas.

I am working with VS 2005 and Excel 10.

Thanks in advance

Marcus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top