Hi Gary,
I think most of the community members have already answered your questions
well. Other than that, I want to complement some links for you to
reference.
1. Is there a visual studio that runs 64bit.
Visual studio can be run in WOW64, but it is a 32-bit application.
References:
64-bit and Visual Studio 2005:
http://blogs.msdn.com/deeptanshuv/archive/2006/04/11/573795.aspx
Adam Braden clarification for Visual Studio 2008:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2311722&SiteID=1
2. Can I develop native 64 bit apps in .Net.
You can compile your application and specify that it should run on a
64-bit
operating system either as a native application or under WOW64.
References:
Visual Studio 64-bit Applications:
http://msdn.microsoft.com/en-us/library/ms241064.aspx
WOW64 Implementation Details:
http://msdn.microsoft.com/en-us/library/aa384274.aspx
3. Is there a 64 bit version of the clr.
Yes, In order for managed code to execute in the 64-bit environment
consistent with the 32-bit environment, the .NET team developed the Common
Language Runtime (CLR) for the Itanium and x64 64-bit systems.
References:
Migrating 32-bit Managed Code to 64-bit:
http://msdn.microsoft.com/en-us/library/ms973190.aspx
General references for 64bit and .net:
Visual Studio Development Environment 64-Bit Support:
http://msdn.microsoft.com/en-us/library/ms241066.aspx
Debugging on a 64-Bit Platform:
http://msdn.microsoft.com/en-us/library/ms184678.aspx
64-Bit Programming with Visual C++:
http://msdn.microsoft.com/en-us/library/h2k70f3s.aspx
Hoping that those references could help you understand .net and 64bit
well.
Have a nice day!
Regards,
Hongye Sun (
[email protected], remove 'online.')
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.