473,509 Members | 7,333 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

yxq


Nov 20 '05 #1
7 1862
Whidbey.
--
Klaus H. Probst, MVP
http://www.vbbox.com/
"yxq" <ga***@163.net> wrote in message
news:uj**************@TK2MSFTNGP10.phx.gbl...

Nov 20 '05 #2
* "yxq" <ga***@163.net> 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>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #3
yxq
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 [MVP]" <hi***************@gmx.at> дÈëÓʼþ
news:2k************@uni-berlin.de...
* "yxq" <ga***@163.net> scripsit:
[...]

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

SDKs:

<URL:http://www.microsoft.com/downloads/d...90ADC9D6-3B30-
4EAF-AEE0-137D2CFFE432> <URL:http://www.microsoft.com/downloads/d...69CC6B64-0178-
47B9-9FF8-9698EFB9AD79>
Redistributables:

<URL:http://www.microsoft.com/downloads/d...F94B0AFF-2981-
4223-90EC-CF00A215A934> <URL:http://www.microsoft.com/downloads/d...1061FD6F-86D6-
4EB3-B70F-C42ED6F49AE8>
--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #4
* "yxq" <ga***@163.net> scripsit:
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 K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #5
yxq
Thank you

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> дÈëÓʼþ
news:2k************@uni-berlin.de...
* "yxq" <ga***@163.net> scripsit:
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 K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #6
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

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:2k************@uni-berlin.de...
* "yxq" <ga***@163.net> scripsit:
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 K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #7
yxa,
Here's the link I mentioned:

VS.NET itself will remain 32-bit, however their will be a 64-bit version of
the CLR. Which will allow your .NET programs to run as 64-bit apps or 32-bit
apps.

See the following MSDN TV article for details:
http://msdn.microsoft.com/msdntv/epi...B/manifest.xml

Hope this helps
Jay

"yxq" <ga***@163.net> wrote in message
news:O$**************@TK2MSFTNGP11.phx.gbl...
Thank you

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> дÈëÓʼþ
news:2k************@uni-berlin.de...
* "yxq" <ga***@163.net> scripsit:
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 K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>


Nov 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1404
by: Michael Lang | last post by:
I want an application I wrote to work with mutiple versions of the .NET framework. I found the following link helpful on the concepts, but not the execution: ...
5
1854
by: Bootstrap Bill | last post by:
Does anyone have a list of applications that have been ported to the .net framework? Does anyone know if future versions of Office will be ported? What about other Microsoft products? Games?
17
5441
by: theDever | last post by:
hi .. I was used VB, Java, PHP and C# to developed my own software , but now I have a project in C++ , and I'm a bit confused ... In PHP,C# and Java , there are a framework that provide a wide...
18
2995
by: Cameron Laird | last post by:
QOTW: "... So I started profiling the code and the slowdown was actually taking place at places where I didn't expect it." -- Guyon Mor?e (and about twenty-three thousand others) " suggestion...
3
43152
by: Tim Reynolds | last post by:
I support a .Net application running on a SERVER accessing MF Db2 data. Occasionally, we have some type of connection problem that we have been unable to debug up to this point. We typically...
2
6639
by: Maloney | last post by:
I'm trying to pass a structer from C# to a C dll in .Net Compact Framework This partially works. If in the GetStatus I only set -- status->fileLength = 10; -- and not the second variable then...
7
2844
by: Nadav | last post by:
Hi I am writing some kind of a storage system that have to deal with large amounts of data passing over the net, Now, I Wonder... traditional programming would use win32 Winsock DLL as the means...
0
1479
by: INGSOC | last post by:
Using remote debugging, I can attach to a windows service and run it in debug mode in VS.Net 2003. The problem is this service uses two supporting dlls. On the remote service, the dlls have...
5
2595
by: dpomt | last post by:
When the ASP.NET menu is rendered on downlevel browers, the text "^ up one level" is displayed. Any ideas how I can change that text? I did not find a property for the menu control where I can...
2
1514
by: Jeremy S. | last post by:
What might be a relatively useful or effective way to explain what a "Framework" is to non technical business managers. My situation is that I've been presenting the .NET Framework to these sorts...
0
7237
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7137
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7347
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7416
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7506
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
3218
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1571
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
779
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
443
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.