G
Guido Buecker
hi there,
i have problem with a special "application" scenario. maybe someone more
experienced has an idea.
what i have is a main mixed mode managed C++ dll and a bunch of dependent
(C#/.NET) dll's
the main dll is loaded as an AddIn into Excel (via Excel97 SDK)
now the AddIn won't load because it cannot find it's dependent dll's. This
is because the Excel.exe is treated as the application and all (private)
assemblies (and .config files) are searched in the application directory
(which is the Excel directory and not my "application" dir).
the question now is, is there a way to solve this scenario without switching
to shared assemblies (and installing all the stuff in the GAC)? i know that
it is no big deal to do so (and in fact i've alredy done it) but i'm just
curious if there is another solution.
thanks in advance
guido
i have problem with a special "application" scenario. maybe someone more
experienced has an idea.
what i have is a main mixed mode managed C++ dll and a bunch of dependent
(C#/.NET) dll's
the main dll is loaded as an AddIn into Excel (via Excel97 SDK)
now the AddIn won't load because it cannot find it's dependent dll's. This
is because the Excel.exe is treated as the application and all (private)
assemblies (and .config files) are searched in the application directory
(which is the Excel directory and not my "application" dir).
the question now is, is there a way to solve this scenario without switching
to shared assemblies (and installing all the stuff in the GAC)? i know that
it is no big deal to do so (and in fact i've alredy done it) but i'm just
curious if there is another solution.
thanks in advance
guido