Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8271149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:46:19+00:00 2026-06-08T06:46:19+00:00

The .NET 4 Global Assembly Cache is divided into 2 folders: C:\Windows\Microsoft.NET\assembly\GAC_32 C:\Windows\Microsoft.NET\assembly\GAC_MSIL I

  • 0

The .NET 4 Global Assembly Cache is divided into 2 folders:

C:\Windows\Microsoft.NET\assembly\GAC_32

C:\Windows\Microsoft.NET\assembly\GAC_MSIL

I am intrigued about the GAC_32 folder. Should I assume that the assemblies in this folder (like System.Data) are in native code and not managed code? Is it x86 specific?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T06:46:20+00:00Added an answer on June 8, 2026 at 6:46 am

    GAC_32 and GAC_64 contain mixed-mode assemblies. Assemblies that contain both managed code and native code. They are generated from code produced by the C++/CLI compiler, a compiler that knows how to easily call native code from managed code without having to use pinvoke. The assembly format is flexible enough to support both kinds of code. A dead giveaway is seeing the <Module> class in the global namespace with a disassembler.

    Given that they contain native code, they have a hard dependency on the machine architecture. So you need separate copies of the assembly on a 64-bit machine. The GAC_32 and GAC_64 folders store those separate copies, the CLR automatically picks the correct one based on the bitness of the process.

    There are not that many framework assemblies that are mixed mode. Mscorlib.dll is one, it is close to the operating system. System.Data.dll has a strong dependency on database providers which are all available only in native code. WPF’s PresentationCore.dll has a strong dependency on Milcore, a native layer that interface to DirectX. Etcetera.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Simple question: Where should I place [assembly: NeutralResourcesLanguageAttribute(en-US , UltimateResourceFallbackLocation.Satellite)] for an ASP.NET MVC
I'm getting a bunch of errors on my build server: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(847,9): warning MSB3644: The
I have 3 versions of the same assembly in the GAC (Global Assembly Cache),
I have two assemblies with the same name in the Global Assembly cache, but
We have a need to access kernel global vars in net/ipv4/af_inet.c that are not
I am trying to create something to hold global site-wide settings in our ASP.NET
In classic asp you had the Global.asa file, what's the equivalent in .Net? I
.NET 4.0, Windows 7, VS 2010: Trying to install 64-bit service using the Setup
When trying to remove a given assembly (log4net.dll in this case, but it should
We are migrating a .Net windows application to Windows 7. This application can be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.