There's tons of documentation on this, some formal, and a signifigant amount
through the MSDN Bloggers. Just hit google with the relevant keywords and
you'll get more information than you can shake a stick at.
The best overall resource I see is:
http://blogs.msdn.com/suzcook/archive/tags/Loader+Info/default.aspx
Some of her specific blogs are just excellent:
http://blogs.msdn.com/suzcook/archive/2003/05/29/57143.aspx
http://blogs.msdn.com/suzcook/archive/2003/06/13/57180.aspx

Signature
Chris Mullins
> On 9 Okt, 22:35, "Chris Mullins [MVP - C#]" <cmull...@yahoo.com>
> wrote:
[quoted text clipped - 21 lines]
> application, strong name, gac, different policy files etc). Does
> microsoft have any kind of documentation for this ?
RedLars - 11 Oct 2007 08:49 GMT
On 10 Okt, 18:53, "Chris Mullins [MVP - C#]" <cmull...@yahoo.com>
wrote:
> There's tons of documentation on this, some formal, and a signifigant amount
> through the MSDN Bloggers. Just hit google with the relevant keywords and
[quoted text clipped - 34 lines]
>
> - Vis sitert tekst -
Thanks for the reply.
Just a quick question. On a WinXP computer with .NET 1.1 and 2.0
installed. When running a c# application compiled with .NET 1.0,
since .NET 1.0 isnt installed on the computer it loads .NET 2.0
assemblies. Why does it pick 2.0? Is the newest version always default
in situations like this?
Btw, this was a good read; http://www.ondotnet.com/pub/a/dotnet/2003/03/17/bindingpolicy.html
Rory Becker - 11 Oct 2007 09:36 GMT
> Just a quick question. On a WinXP computer with .NET 1.1 and 2.0
> installed. When running a c# application compiled with .NET 1.0,
> since .NET 1.0 isnt installed on the computer it loads .NET 2.0
> assemblies. Why does it pick 2.0? Is the newest version always default
> in situations like this?
It is my understanding that the latest version of the .Net framework will
be used if version used to compile the app is not present.
--
Rory