3

There is something i don't understand about the GACfiles location ...

When i install some assembly in the GAC - where will be actually the assembly location ?

thecodeparadox
  • 86,271
  • 21
  • 138
  • 164
Yanshof
  • 9,659
  • 21
  • 95
  • 195

3 Answers3

2

It's %WINDIR%\Assembly

P.S. The best way to look at this folder is with Windows Explorer, because custom file managers may show unneeded technical folders etc.

Alex from Jitbit
  • 53,710
  • 19
  • 160
  • 149
  • this path is where can i see all the assembly version - but actually where is the files physical located ? ? – Yanshof May 29 '12 at 07:17
1

The assembly cache is usually stored in %windir%\assembly.

Marek Dzikiewicz
  • 2,844
  • 1
  • 22
  • 24
1

They are in

%windir%\Assembly

which is displayed via a shell extension in explorer.

If you want to see the underlying physical files map a drive to the location eg.

\%compname%\c$\Windows\assembly

and you'll get the full view.

PaulB
  • 23,264
  • 14
  • 56
  • 75