Re: GIT GetInterfaceFromGlobal returns E_UNEXPECTED
- From: "Alexander Nickolov" <agnickolov@xxxxxxxx>
- Date: Sun, 28 Oct 2007 12:02:15 -0700
Please don't spam. Asking your question once is sufficient.
You can reply to your original thread with any extra information.
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://vcfaq.mvps.org
=====================================
"gscott2112" <gscott2112@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FE78EB74-8495-4ACE-9ABA-FD1D5C10F59A@xxxxxxxxxxxxxxxx
I posted another thread earlier, but I have narrowed down my problem.
Calling GetInterfaceFromGlobal is returning E_UNEXPECTED when using
Side-by-Side assemblies. I have two COM dlls I'm trying to distribute
reg-free. The first dll utilizes the second. When the second DLL
attempts
to access the GIT to fire an event to the first dll, I am receiveing
E_UNEXPECTED.
I found a small blurb in another forum that E_UNEXPECTED can be returned
if
there is no proxy/stub registered for the interface. The interesting
thing
is that if I access the second dll directlly everything works normally,
the
problem seems to be in the interaction of one side-by-side assembly with
another side-by-side assembly.
.
- Prev by Date: Re: Asynchronous (non blocking) methods in ATL
- Next by Date: Re: CreateWindowEx AtlAxWin fails with last error 1407
- Previous by thread: Asynchronous (non blocking) methods in ATL
- Next by thread: Upgrading from VC6 to VC8 getting linker error 2019
- Index(es):
Relevant Pages
|