Require Path for 'Microsoft.SharePoint.Library.dll'
Hi Can any one provide the path for 'Microsoft.SharePoint.Library.dll'. We searched in whole server but were not able to find the dll . although the dll is present in GAC we need to deploy the dll in the remote server[MOSS is not installed on the remote server].thanksNikhil
June 6th, 2009 8:48am
The sharepoint dlls are located at microsoft shared\web server extensions\12\ISAPI folder.Here is a step by step approch of what you might be looking forhttp://www.jordansug.com/communityblog/Lists/Posts/Post.aspx?List=667d5499%2Ddf40%2D46c1%2Dbd37%2D80aeb8981295&ID=3Hope it helps
Free Windows Admin Tool Kit Click here and download it now
June 6th, 2009 8:55am
Hi Neeraj I have verified in the specified path but the respective dll is not present .Do you have any link sowe can download it..thanksNikhil
June 6th, 2009 9:16am
If you can see the dll in GAC you can extract it out using the following steps 1. Run regsvr32 /u C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\shfusion.dll - shfusion.dll is an explorer extension DLL that gives a distinct look to the GAC folder. Unregistering this file will remove the assembly cache viewer and the GAC folder will be then visible as any normal folder in explorer. 2. Open %windir%\assembly\GAC_MSIL. 3. Browse to your DLL folder into the deep to find your DLL. 4. Copy the DLL somewhere on your hard disk and refer it from there in your project 5. Run "regsvr32 /i %windir%\Microsoft.NET\Framework\<.NET version directory> \shfusion.dll" to re-register the shfusion.dll file and regain the original distinct view of the GAC. But just curious about what are you trying to achieve copying that dll. If you trying to develop sharepoint apps on an XP box by referencing the dll it isn't recommended way to do that.
Free Windows Admin Tool Kit Click here and download it now
June 6th, 2009 9:44am
Radityo Ardi answered this question here:
http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/95511fa3-4995-4cab-bef7-922f5dd31fc8?ppud=4
July 14th, 2010 11:05am


