Where is the .net framework for supporting Windows XP 64-bit?(Null)

  • Thread starter Thread starter yxq
  • Start date Start date
Thank you.

I want to know whether the 32-bit .Net programs can run in Windows XP 64-bit
installed the 2.0 Framwork?


Herfried K. Wagner said:
* "yxq" <[email protected]> scripsit:
[...]

There will be a 64 bit version of .NET 2.0 (currently available in Beta
1):

SDKs:

<URL:http://www.microsoft.com/downloads/details.aspx?familyid=90ADC9D6-3B30-
4EAF-AEE0-137D2CFFE432><URL:http://www.microsoft.com/downloads/details.aspx?familyid=69CC6B64-0178-
47B9-9FF8-9698EFB9AD79>
Redistributables:
<URL:http://www.microsoft.com/downloads/details.aspx?familyid=F94B0AFF-2981-
4223-90EC-CF00A215A934><URL:http://www.microsoft.com/downloads/details.aspx?familyid=1061FD6F-86D6-
4EB3-B70F-C42ED6F49AE8>
 
* "yxq said:
I want to know whether the 32-bit .Net programs can run in Windows XP 64-bit
installed the 2.0 Framwork?

I am not sure, but I assume that every MSIL application will run on the
64 bit framework too.
 
Herfried,
Most will, I understand that if you did not declare your P/Invoke (Declares)
correctly they will not work. For example using System.Int32 for handles
instead of System.IntPtr. System.IntPtr actually changes size for which OS
you are on, so its preferred for windows handles.

There is a video on MSDN that talks about running .NET apps on 64-bit .NET
framework, however I am not finding it right now.

Hope this helps
Jay
 
Back
Top