Click here to Skip to main content
15,867,906 members
Articles / Web Development / ASP.NET
Tip/Trick

View the structure of the GAC folder

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
24 Aug 2010CPOL 9.3K   4  
To view the structure of the GAC folder do the following

start > run > cmd
type : "cd\windows\assembly"
type: "attrib -r -h -s desktop.ini"
type: "ren desktop.ini desktop.bak"


Open the GAC folder normally in your explorer, and you can see the actual structure.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Infosolvex Solutions Inc
Australia Australia
Ritesh is an IT consultant with over ten years of experience in the IT industry varying from consultation, architecture, design, development to technical management. He has a strong background in solutions and applications architecture with a focus on Microsoft’s .Net platform. His area of expertise spans design and implementation of client/server, database and web-based systems. He has worked with C#, ASP.NET 1.1 and 2.0, ADO.NET, Web Services and SQL technology on several enterprise class projects.




Freedom is not worth having if it does not include the freedom to make mistakes.
Mahatma Gandhi

Comments and Discussions

 
-- There are no messages in this forum --