|
-
January 27th, 2012, 04:44 AM
#1
how to see assemblies installed in GAC at Runtime (.net Development India)
While at runtime of the .net application how can I see what assemblies are installed in the global assembly cache?????.....Help me for the same...
Last edited by Cimperiali; March 2nd, 2012 at 06:11 AM.
Reason: Changed title to make it compliant with question
-
March 2nd, 2012, 06:26 AM
#2
Re: how to see assemblies installed in GAC at Runtime (.net Development India)
You were in ".NET Installation and Configuration Issues" forum.
That is not the proper forum for your question - it is not related to installing Net framework per se. At least it could be related to the setup of an application of yours.
If you only had at least declared the language - or it is the same for you? - I would have more easily found a porper forum. As you did not, I will try with c# one.
as a side note: I edited the title of your post to make it compliant with your question: it makes no sense have your question titled only ".net programmer india" or ".net developement india" as those says nothing on your subject while looking at threads list.
Regards,
Cesare
Last edited by Cimperiali; March 2nd, 2012 at 06:29 AM.
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
-
May 2nd, 2012, 07:21 PM
#3
Re: how to see assemblies installed in GAC at Runtime (.net Development India)
from what i understand the VS installation will include a utility named gacutil.exe---
open a Visual Studio Command Line Window (From start menu , appears on the same menu
group as Visual Studio)--run gacutil.exe -l and all Assemblies installed in the GAC will be listed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|