1
Vote

Slam install on SharePoint 2010

description

I had a problem with the install of SLAM on SharePoint 2010. I downloaded the .zip file, saved it to the SharePoint 2010 server, extracted the .zip file, verified that .NET Framework 3.5 SP 1 was installed, ran the .reg file, then ran Setup.exe, and the install wizard says "Windows SharePoint Services 3.0 is NOT installed!" At this point the install does not let me proceed. I believe SharePoint 2010 uses SharePoint Services 4.0.
 
So I read this thread (http://slam.codeplex.com/discussions/74103?ProjectName=slam) where it states that SLAM is now compatible with SharePoint 2010, and we are instructed to use stsadm to install SLAM. So I used this command to run the install:
"%CommonProgramFiles%\Microsoft Shared\web server extensions\14\BIN\stsadm.exe" -o addsolution -filename "slam.wsp"
 
When I run the command, it seems to be working for about 10-15 seconds, then gives the error:
Object reference not set to an instance of an object.
slam.wsp: The Solution installation failed.
 
There are no other error messages or error logs as far as I can tell.
 
  1. Has anyone here successfully installed SLAM on SP2010? If so, how did your script differ from the one I used?
  2. When will SLAM have an install package for SP2010? Seems like the current install package only works for SP2007.
     
    Thanks!!

comments

tsquareweb wrote Jun 27, 2011 at 8:59 PM

Make sure you download the SLAM_2_2010_BETA_WSP then install the wsp using SharePoint 2010 Management Shell.
Add-SPSolution C:\code\SLAM.wsp (replace path your path to the wsp)
Install-SPSolution –Identity SLAM.wsp –WebApplication http://sharepoint2010 -GACDeployment (replace url with your url) Now go to your site, Site Actions, Site Settings, and SLAM Control Panel under "Site Collection Administration".
The rest of the setup is the same as 2007.

codekipahar wrote Oct 29, 2011 at 12:26 PM

Everything worked fine but when I clicked on SLAM Control Panel an error came up:
Could not load file or assembly 'Microsoft.SharePoint.ApplicationPages, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception rom HRESULT: 0x80131040)