I've just stumbled across this folder structure on my machine which contains lots of .NET assemblies similar to what you might find in the system GAC. This puzzled my as I've never seen this folder structure before and it makes me wonder, is there such a thing as a local user assembly cache?
The folder structure is: C:\Documents and Settings\ [username] \Local Settings\Application Data\assembly\
and contains folders and files that look like:
\dl3\8M830QM6.ON7\NJ9Q0EA9.TZO\623c8efc\00461250_47f4c901\System.Windows.Controls.Data.Input.VisualStudio.Design.dll
dl3\8M830QM6.ON7\NJ9Q0EA9.TZO\57af86f9\3835d02d_e76cca01\MyOwnAssembly.dll
Each assembly is accompanied with an AsemblyInfo.ini file
As far as I can see the dll's are mostly silverlight related. I am running VS2008 with Silverlight SDK and November Toolkit.
Cheers