Showing posts with label Windows Assemblies. Show all posts
Showing posts with label Windows Assemblies. Show all posts

Friday, July 17, 2009

10 Seconds on Windows Assemblies

So ... Windows assemblies are these little packages a .NET application can be made of.
Kind of a way around the 'DLL hell'. Check out C:\WINDOWS\assembly to see what I mean.
Interesting to note is that the same thing looks quite different in the command shell, try:
dir C:\Windows\assembly
Details are described here:
Here's a tool to list and possibly remove assemblies (can be very handy after a bad install):