[Mono-dev] Installing pre-load hooks on windows(bug?)

Robert Jordan robertj at gmx.net
Wed Jun 16 19:46:02 EDT 2010


On 17.06.2010 01:13, Thiago Padilha wrote:
>    I use a callback function to control assembly loading with this code :
>    All works correctly, except that when I run this program on
> Windows(I have tested on both Seven and XP) get the following 'extra'
> output
>
> TRYING TO LOAD ASSEMBLY : I18N
>
>    I have no idea where this 'I18N' comes from. This is not stopping
> the program to run, all I had is to validade my custom logic against
> this 'I18N' assembly, but I wonder where does this comes from(the
> runtime tried to load this assembly two times).

The i18n assemblies contain culture infos and it looks like you have
different cultures between linux and windows. That's why you're
seeing a difference.

Robert



More information about the Mono-devel-list mailing list