[nem-en] Nemerle for VisualStudio redist.

NoiseEHC NoiseEHC at freemail.hu
Sat Dec 30 20:03:50 CET 2006


Vlad is talking about reading assemblies to a byte array and using that 
array for
Assembly.Load. Probably it needs some assembly dereferencing magic to work
propery. Now the reason is that way you can load some assembly and later
you can overwrite the dll even if the loaded version is running. It is 
priceless in IDE.

Kamil Skalski wrote:
> What do you mean by 'from bytes'? In .NET the preferred way to deal
> with commonly used assemblies is to put them into the GAC. We can
> expect that many popular libraries are installed just into the GAC
> (and indeed it looks so), so I would be really surprised if VS could
> not deal with this issue elegantly.
>
> At worst, we could have the separate assembly loading mechanism used
> by completion engine.
>
>



More information about the devel-en mailing list