The current book on my reading list is The Pragmatic Programmer: From Journeyman to Master.
It’s the top rated recommended book from StackOverflow after Code Complete: A Practical Handbook of Software Construction.
The current book on my reading list is The Pragmatic Programmer: From Journeyman to Master.
It’s the top rated recommended book from StackOverflow after Code Complete: A Practical Handbook of Software Construction.
I love Google Chrome, but at work I incessantly get “web page not available” errors. Usually refreshing the page (F5) will get it to load right, but I was getting sick of it and about to kick Chrome to the curb.
At first, I though it only happened on MSDN sites and it was a Microsoft conspiracy. However, then it started cropping up all the time.
Here’s a setting that I disabled that seems to help:
Options > Under the Hood > Uncheck “Enable phishing and malware protection”
I wouldn’t recommend this for most users, but we already have this type of protection through our corporate network.
I was banging my head on getting SPD installed. I tend not to think that the specific CD that I used would affect which key I should use. Silly me...
"SharePoint Designer 2007 (For Use with TechNet Media)"
Normally, the site title is included in through a content placeholder.
<Title ID=onetidTitle><asp:ContentPlaceHolder id=PlaceHolderPageTitle runat="server"/></Title>
I needed on my master page directly though, since it wasn't always in every page layout.
<Sharepoint:ProjectProperty id="onetidProjectPropertyTitle" runat="server" property="Title" />
PATH "C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin"
stsadm -o deactivatefeature -name SPRSS -url http://localhost
stsadm -o retractsolution -name SPRSS.wsp -immediate -url http://localhost
stsadm -o execadmsvcjobs
pause
stsadm -o deletesolution -name SPRSS.wsp
stsadm -o addsolution -filename SPRSS.wsp
stsadm -o deploysolution -name SPRSS.wsp -url http://localhost -immediate -allowGacDeployment -force
stsadm -o execadmsvcjobs
pause
stsadm -o activatefeature -name SPRSS -url http://localhost
pause
Keywords: Visual Studio 2005 Extensions for Windows SharePoint Services 3.0 Tools, VSeWSS, VSeWSS.exe
Error Message:“This product can only be installed if Windows SharePoint Services 3.0 has been installed first”.
Regedit: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0]
"Sharepoint"="Installed"
I do not believe this works with VSeWSSv11.exe. You'll probably need to do this instead: