NoPia introduces a new way of type equivalence. I'd think Windsor will
need a little change support the other kind of type equivalence. PR is
welcome.



On Sun, Mar 15, 2015 at 11:00 PM, Fabrice <faze1...@gmail.com> wrote:
>
> Hi
> I've some problème with COM interop type put in the container, I can't
> resolve.
> I think I understand why, but don't see any solution so maybe someone can
> help
>
> I've 2 projects (P1 & P2) which both reference a COM library (Redemption)
> with "Embed Interop Type = true". I've tried to set this to false but then
> I've a lot of compilation errors.
>
> P1 have the RDOSession object, and put it in the container.
> P2 try to resolve the RDOSession object, and if fail.
>
> I suppose the reason is that P1 and P2 have their own "RDOSession" type
> embeded in the DLL.
> But .NET 4 is able to manage that, if I directly use the RDOSession given by
> P1 I've no problem.
>
> It seems that the container can't manage that and see both version of
> RDOSession as different type (which, in fact, it is) and trying to resolve
> "P2.RDOSession" doesn't return "P1.RDOSession".
>
> Does someone see any solution to this ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Castle Project Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to castle-project-users+unsubscr...@googlegroups.com.
> To post to this group, send email to castle-project-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/castle-project-users.
> For more options, visit https://groups.google.com/d/optout.



-- 
Cheers,
hammett
http://www.d-collab.com/
http://www.hammettblog.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to castle-project-users+unsubscr...@googlegroups.com.
To post to this group, send email to castle-project-users@googlegroups.com.
Visit this group at http://groups.google.com/group/castle-project-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to