What should be the version number for Framework 1.1?
It suppose to be 1.1.5000.0 but the .NET Configuration
shows that it is 1.0.5000.0, while the
c:\Windows\Microsoft.NET\Framework is v1.1.4322 and the
manifest of generated exe is .ver 1:0:5000:0
So when the CLR is looking for the correct version, which
one does it refer to?
Can any one have any advise?
talksayall@hotmail.com - 29 Oct 2003 09:51 GMT
I want to know too.
But ,a day my friend said to me : don't surprise,this is
microsoft,it too big and to bug.
Phil Wilson - 30 Oct 2003 19:50 GMT
It's the assembly version that matters for references, so your manifests
requiring the 1.1 framework should be asking for assembly versions of 1.0.5000.
The 4322 stuff is the file version.

Signature
Phil Wilson [MVP Windows Installer]
----
> What should be the version number for Framework 1.1?
>
[quoted text clipped - 7 lines]
>
> Can any one have any advise?