473,586 Members | 2,491 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 1866
Whidbey.
--
Klaus H. Probst, MVP
http://www.vbbox.com/
"yxq" <ga***@163.ne t> wrote in message
news:uj******** ******@TK2MSFTN GP10.phx.gbl...

Nov 20 '05 #2
* "yxq" <ga***@163.ne t> scripsit:
[...]

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

SDKs:

<URL:http://www.microsoft.c om/downloads/details.aspx?fa milyid=90ADC9D6-3B30-4EAF-AEE0-137D2CFFE432>
<URL:http://www.microsoft.c om/downloads/details.aspx?fa milyid=69CC6B64-0178-47B9-9FF8-9698EFB9AD79>

Redistributable s:

<URL:http://www.microsoft.c om/downloads/details.aspx?fa milyid=F94B0AFF-2981-4223-90EC-CF00A215A934>
<URL:http://www.microsoft.c om/downloads/details.aspx?fa milyid=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.ne t> 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>
Redistributable s:

<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.ne t> 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.ne t> 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.ne t> 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.ne t> wrote in message
news:O$******** ******@TK2MSFTN GP11.phx.gbl...
Thank you

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> дÈëÓʼþ
news:2k******** ****@uni-berlin.de...
* "yxq" <ga***@163.ne t> 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
1415
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: http://www.3leaf.com/default/articles/ea/SBS.aspx The application settings form they show is not what I see in my Windows Forms application when using VS 2003. I don't see an...
5
1867
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
5450
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 range of functions and utilities ( like networking functions, XML parsing, RegExp ..etc )so I want to ask you people , how could you develop a...
18
3020
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 from the world of 'agile development': stop making so many decisions and start writing some actual code!" -- Peter Hansen Scott David Daniels and...
3
43185
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 receive one of these IBM.Data.DB2.DB2Exception messages: ERROR SQL30081N A communication error has been detected. Communication protocol being...
2
6644
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 filelength = 10 and fileposition = 0, but if i set the second one only or both of them then they are fileLength = 47244640266 and filePosition = 0; ...
7
2846
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 of data transportation... now, indigo is the new communication layer of the CLR, - Does indigo uses Winsock internally? - Is it possible to use...
0
1481
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 been registered in the GAC. They are also in the service's directory, along with their associated *.dbg symbols. Yet, any breakpoint in the dlls is...
5
2605
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 change it. Dieter
2
1516
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 of people in terms of the things it includes (a runtime environment, application development environment complete with multiple languages, an IDE -...
0
7915
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7841
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8204
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7965
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8220
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6617
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
2345
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 we have to send another system
1
1452
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1184
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.