running gacutil.exe /i ProjectX.Core.dll, I got the message: Assembly sucessfully added to te cache, but I can't see this assembly in the c:\windows\assembly folder.

What can be the problem?

link|improve this question

66% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Which assembly folder are you looking in? With .NET 4, there are now two potential locations: \Windows\assembly and \Windows\Microsoft.NET\assembly (with all of the various sub-directories beneath them).

link|improve this answer
I'm using .net-4, what is the other folder? Edit: right. it's in the C:\Windows\Microsoft.NET\assembly\GAC_MSIL folder... – stacker May 27 '10 at 6:51
@stacker: The second one I mentioned. For me, this is C:\Windows\Microsoft.NET\assembly. – Chris Schmich May 27 '10 at 6:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.