Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where should I download CorFlags.exe from?

Tags:

.net

sdk

corflags

I'm running Windows Server 2008 64-bit "workstation" and would like to get corflags.exe. Which SDK do I need to download?

I know about .NET Framework 2.0 Software Development Kit (SDK) (x64) and Windows SDK for Windows Server 2008 and .NET Framework 3.5 but I was hoping to find something smaller as these are quite large downloads.

Also the note about 2.0 SDK seems to suggest to download the 3.5 one, should I follow that?

like image 794
mmiika Avatar asked Oct 28 '08 05:10

mmiika


People also ask

How do I get Corflags EXE?

Download and install the latest “. NET Framework Developer Pack" from the following link: https://dotnet.microsoft.com/download/visual-studio-sdks. Once installed, search the PC for the corflags.exe file. Navigate to the corflags.exe file and open a command prompt window.

What is Corflags?

Corflags is the inbuilt tool of Visual Studio which can be used to find out the type of .dll i.e 32 bit, 64 bit or any CPU in .Net application . This tool is available in Visual studio 2005 onward.


3 Answers

The current official version is in the "Windows SDK for Windows Server 2008 and .NET Framework 3.5". (Requires XP or later.)

You just need to install the .NET Development Tools subcomponent (Developer Tools -> Windows Development Tools -> .NET Development Tools).

That should place corflags.exe in Program Files\Microsoft SDKs\Windows\v6.1\Bin

like image 158
rakslice Avatar answered Oct 03 '22 21:10

rakslice


As rakslice already pointed out, there is now the 'SDK for Windows 7 and .NET Framework 3.5 SP1' available as the latest version at Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1.

This can also be run under Windows XP and later and still contains corflags.exe.

Note that if one is purely interested in the coreflags.exe, one chooses to only install the '.NET Development Tools' subcomponent, about 75 MB will be thrown on the harddisk. After doing so, I found the desired tool at C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\CorFlags.exe.

like image 30
antiplex Avatar answered Sep 30 '22 21:09

antiplex


If you install the .NET framework (you should already have it), it'll be at C:\Program Files (x86)\Microsoft.NET\SDK\v2.0\Bin\corflags.exe

Come to think of it, you may need to install the Microsoft .NET 2.0 SDK from .NET Framework 2.0 Software Development Kit (SDK) (x64) -- check for that file first.

like image 32
Serafina Brocious Avatar answered Oct 02 '22 21:10

Serafina Brocious