Framework or Framework 64?
NickName:TeaDrinkingGeek Ask DateTime:2011-03-25T18:42:07

Framework or Framework 64?

Is there a way I can tell what framework I've been using as I need to access machine.config?

Framework or Framework 64 under C:\Windows\Microsoft.NET\ directory both have the file.

Copyright Notice:Content Author:「TeaDrinkingGeek」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/5431356/framework-or-framework-64

Answers
Mohammed Swillam 2011-03-25T10:47:49

have a look at this article: If you are using .NET 4, it has two properties in the Environment class, Is64BitOperatingSystem and Is64BitProcess. give them a try.\n\nand have a look on this article, it's really useful: \nHow to detect programmatically whether you are running on 64-bit Windows",


More about “Framework or Framework 64?” related questions

Framework or Framework 64?

Is there a way I can tell what framework I've been using as I need to access machine.config? Framework or Framework 64 under C:\Windows\Microsoft.NET\ directory both have the file.

Show Detail

Framework64 and Framework

There are 2 applications pointing to 2 different paths. 1. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config 2. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config ...

Show Detail

AppCmd: Framework vs Framework64

I have a batch of new server getting installed and I'm finally trying to automate as much of at process as possible. Part of that includes making some changes to machine.config, like setting config...

Show Detail

Framework/Framework64 and System32/Syswow64

I built my project as 64bit (not ANY CPU) but specifically 64bit. All the dll's are 64bit; most of the them are managed code (C#), and a few files are unmanaged (C++ code). I am creating a Install...

Show Detail

64 bit Media Framework in Java

I've tried using JMF on a 64 bit environment and 64 bit JDK but to no avail. There isn't a 64 bit jmvfw DLL available for JMF. My question is: Is there any alternative Media Framework out there th...

Show Detail

Framework not found IOSurface for architecture arm64

This error is very weird.Everything is just fine yesterday.I install the Xcode 9 beta, and then I use Xcode 8 to run my app on iPhone 6p, iOS 9.3.2(I can do this yesterday, and I can still run the ...

Show Detail

Undefined symbols for architecture arm64 after framework consist in cocoapod as vendor framework

I am facing this weird issue, in which if I include the x framework directly to the project then it compiles perfectly however if I put that Framework inside a Cocoapod library (as vendor-framework...

Show Detail

iOS: WindowsAzureMessaging.framework for ARM64

Where can I find the WindowsAzureMessaging.framework library for iOS 64-bit devices? I downloaded version 1.1.3 from the Azure Website, but I can't run this library on 64-bit. Someone has the same

Show Detail

Framework/Framework64 Directory VS GAC

In my .NET Framework 4.7.2 ConsoleApp with AnyCPU, i am tracing different assemblies loaded in current appdomain with AppDomain.CurrentDomain.GetAssemblies() public static void Main(string[] args...

Show Detail

How to add arm64 in third party framework (IOTCamera.framework)

I am using IOT Camera library.its working on simulator and device.but when I make the build I am getting error Undefined symbols for architecture arm64: "_OBJC_CLASS_$_Camera", referenced f...

Show Detail