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
Comments are closed.
Archive
<July 2010>
SunMonTueWedThuFriSat
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567
All Content © 2010, 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