.Net Framework 2 Beta 2

  • Thread starter Thread starter Trevor Hardwick
  • Start date Start date
T

Trevor Hardwick

Hi

Can anyone tell me what version of mscorlib is shipped with the .net
framework 2 beta 2? On my machine it is 2.0.0.0 and on a colleagues machine
it is 2.0.3600.0. Which is the correct version?

I am havineg problems loading .net 1.1 assemblies when I have the .net2
framework installed on my machine and it seems to be because mscorlib is
taking into account the "processarchitecture" attribute when creating the
reference identity and comparing it with the definition identity which does
not have the "processarchitecture" attribute, so it says the referenced file
cannot be located. My colleague does not seem to have this issue, but his
mscorlib version is 2.0.3600.0 and mine is 2.0.0.0.

Regards
 
Hi

Since VS.NET 2005(Whidbey) has not been released, so far for Whidbey issue,
I think you may try to post in vs2005 forum.
http://lab.msdn.microsoft.com/vs2005/community/

Thanks for your understanding!

For your scenario, I think you may try to use the <supportedRuntime>
Element in the app.config to tell your program to run on the 1.1 runtime.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/ht
ml/gnconSupportedRuntimeElement.asp

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top