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...
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
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.