Framework or Framework 64?

2011-03-25T18:42:07

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 License:
Author:「TeaDrinkingGeek」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/5431356/framework-or-framework-64

About “Framework or Framework 64?” questions

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.
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 ...
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...
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...
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...
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 ...
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...
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
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...
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...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.