CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2012
    Posts
    11

    Question 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

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    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.

  3. #3
    Join Date
    May 2012
    Posts
    2

    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
  •  





Click Here to Expand Forum to Full Width

Featured