Answered by:
Forum for GAC?

Question
-
Hi!
I've got a very strange assembly install behavior.
I can install it in all the possible ways, no errors but it just doesn't arrive in the GAC.
What would be the appropriate forum for this?
Lots of Greetings!
VolkerThursday, August 12, 2010 2:46 PM
Answers
-
Depending on your context, ask in one of these forums:
http://social.msdn.microsoft.com/Forums/en-US/netfxsetup/threads
http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/threads
http://social.msdn.microsoft.com/Forums/en-US/wpf/threads
http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/threads
Thanks!
Ed Price (a.k.a User Ed), SQL Server Customer Program Manager (Blog, Twitter, Wiki)
- Proposed as answer by Ed Price - MSFTMicrosoft employee Monday, December 10, 2012 4:01 AM
- Marked as answer by Zoltán HorváthMVP Monday, December 17, 2012 4:26 AM
Monday, December 10, 2012 4:01 AM
All replies
-
You can use:
.NET Framework Developer Center > .NET Development Forums > Common Language Runtime
You can also copy the DLL to GAC directly, ways of copying like
go to location at C:\Windows\Assembly\GAC and copy.
Else, 'Microsoft .NET Framework 1.1 Configuration'>'Assembly Cache'> right click 'Add'.
Or go to start> Run> 'gacutil /i <dll to add to gac name>'
Hope this is, you looking for.
Irfan
Please mark as Answer if this is helpful
- Marked as answer by Hetzi Friday, August 13, 2010 1:01 PM
- Unmarked as answer by Hetzi Friday, August 13, 2010 1:01 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Sunday, June 3, 2012 9:46 PM
- Unmarked as answer by Ed Price - MSFTMicrosoft employee Sunday, June 3, 2012 9:46 PM
Thursday, August 12, 2010 10:30 PM -
I did copy it into the GAC, same result. brief waitcursor, pressed f5, no assembly visible.
Meanwhile I found that when I use gacutil /l, I see it, just not in the explorer.
Maybe it's a window problem and goes into a different forum?
VolkerFriday, August 13, 2010 1:03 PM -
Depending on your context, ask in one of these forums:
http://social.msdn.microsoft.com/Forums/en-US/netfxsetup/threads
http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/threads
http://social.msdn.microsoft.com/Forums/en-US/wpf/threads
http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/threads
Thanks!
Ed Price (a.k.a User Ed), SQL Server Customer Program Manager (Blog, Twitter, Wiki)
- Proposed as answer by Ed Price - MSFTMicrosoft employee Monday, December 10, 2012 4:01 AM
- Marked as answer by Zoltán HorváthMVP Monday, December 17, 2012 4:26 AM
Monday, December 10, 2012 4:01 AM