Next generation's garbage RSS 2.0
# Thursday, April 24, 2008

When running the install for VSeWSSv11.exe, do you get:

<lame>
"This product can only be installed if Windows SharePoint Services 3.0 has been installed first."
</lame>

Seriously? So this means I can use Windows XP or Vista to develop WSS stuff? Boo. The download page does say it requires Windows Server 2003 or 2008. Boo, I say.

Merge this .reg

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0]
"SharePoint"="Installed"

and try again. Yay! Of course to really work on SharePoint stuff you'll also need various dlls like Microsoft.SharePoint.dll.

gacutil -i Microsoft.SharePoint.dll
gacutil -i Microsoft.SharePoint.Security.dll

Ah... much better. But it is still pretty weak. I prefer to use plain projects and use a custom build action to cab it up.

Thursday, April 24, 2008 1:37:01 PM (US Mountain Standard Time, UTC-07:00)  #    Comments [0] -
SharePoint
Archive
<April 2008>
SunMonTueWedThuFriSat
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
All Content © 2009, Hafthor Stefansson - Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way. - Sign In