- Log on to the SharePoint web front end server
- Open a DOS command prompt (Click Start -> Run, type "cmd", and hit Enter)
- Type "subst G: %windir%\assembly"
- Open Windows Explorer and navigate to the newly created G: drive
- At this point, you have direct access to the .dll files stored in the GAC and you simply have to drill down the folder structures to find what you're looking for
Monday, May 21, 2012
Accessing files contained in the Global Assembly Cache
If you plan on writing any custom code against a SharePoint site, the first
thing you're going to need to get your hands on are the SharePoint assembly
files that are installed in the GAC (Global Assembly Cache). Here are the steps
to obtain such files:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.