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.
- Has anyone here successfully installed SLAM on SP2010? If so, how did your script differ from the one I used?
- When will SLAM have an install package for SP2010? Seems like the current install package only works for SP2007.
Thanks!!