How to find Microsoft.SharePoint.ApplicationPages.dll and some other assemblies
Posted
by KunaalKapoor
on Geeks with Blogs
See other posts from Geeks with Blogs
or by KunaalKapoor
Published on Tue, 29 May 2012 18:56:25 GMT
Indexed on
2012/05/30
16:43 UTC
Read the original article
Hit count: 552
You may be wondering where to find Microsoft.SharePoint.ApplicationPages.dll , if you are creating a new SharePoint application page? But don’t worry, it resides in _app_bin folder of your SharePoint site’s virtual directory.
Assuming your IIS inetpub is at C then the exact path of Microsoft.SharePoint.ApplicationPages.dll is
C:\Inetpub\wwwroot\wss\VirtualDirectories\<Your Virtual Server>\_app_bin\Microsoft.SharePoint.ApplicationPages.dll
Here is the full list of assemblies at _app_bin folder:
Microsoft.Office.DocumentManagement.Pages.dll
Microsoft.Office.officialfileSoap.dll
Microsoft.Office.Policy.Pages.dll
Microsoft.Office.SlideLibrarySoap.dll
Microsoft.Office.Workflow.Pages.dll
Microsoft.Office.WorkflowSoap.dll
Microsoft.SharePoint.ApplicationPages.dll
STSSOAP.DLL
© Geeks with Blogs or respective owner