Here are the are the original assemblies:
http://darioquintana.com.ar/temp/debug.zip

the linked assemblies:
http://darioquintana.com.ar/temp/linkedfiles.zip

In the linked files, the error ocurrs when click in the combobox, then
Windor fill the combo with the types.

The missing type is:
Castle.Windsor.Configuration.AppDomain.CastleSectionHandler and Maybe
because it's using in app.config (don't know).

I gonna see the samples of descriptors to see how to handle that temporarily

greetings and thanks!


On 6/13/07, Jb Evain <[EMAIL PROTECTED]> wrote:
>
> Hey,
>
> On 6/13/07, Dario Quintana <[EMAIL PROTECTED]> wrote:
> > But now I'm seeing and the Castle.Windsor assembly loose the type
> > CastleSectionHandler after linking :s
> >
> > Some tip to prevent this ?
>
> Well, if this type is removed it's probably because it is not used.
> It's the goal of the linker after all.
>
> If it is removed, and that it's referenced by an assembly, then you're
> maybe seeing a bug in the linker, so you may want to send me your
> assemblies so I can diagnose what's wrong.
>
> If it's not referenced, but you still want to preserve this particular
> type, you may want to use an xml descriptor to preserve the type. You
> can find an example in linker/Descriptors.
>
> Jb
>
> --
> Jb
>
> >
>


-- 
Dario Quintana
http://blog.darioquintana.com.ar

--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to