Windows 7 SharePoint 2010 Beta Installation
After all the pain I went through getting my dev image running, I was jonesing to try out the SharePoint 2010 Beta. Of course, I work during the day so I had to wait until I got home to even think about it. It didn’t help that a couple of my friends are feeling the same way but have laptops so they can tinker whenever/wherever they like. By the time I got home and through dinner and past taxi duty (it was hockey practice night for the boy) I was not in the mood for any surprises. Naturally, this didn’t stop me from firing up the install and promptly getting the “this OS not supported” error. Thankfully I was expecting that so no big deal. I hit up Google and promptly found someone who’d been here before me. I followed the advice, went to the MSDN article and heeded the warning to “read it completely”. Damn good advice there!
I ran through the article step-by-step doing everything it said. Installing everything it said. It all went pretty smoothly except for the hotfix in Step 3.5. Damn thing took nearly a half hour to download. Microsoft really should have a better connection to it’s hotfix download servers. Anyway, I started up the Configuration Wizard and let it chug for a bit then took a quick bio break only to come back to a “Configuration Failed” message. It claimed that it couldn’t do something or other to a web.config file because it was in use. I did what any self-respecting SharePoint Guy would. I ran the wizard again…
It quickly skipped to task 5 of 10 and proceeded to chug along for a bit before failing on task 8 with a different error. They say the third times a charm so I ran the wizard yet again. Alas, no charms were had this time. It failed at the same point. Back to Google I headed. First hit had a link to an answer. Unfortunately, it’s a “known issue” and a hotfix will be released to the public shortly. I decided to try the workaround anyway, just because I’m crazy like that and I really wanted to see SP 2010 in action. Naturally I saved a copy of the original file and will fix it later once the hotfix is released. Anyway, back to the wizard again and this time, finally, it completed successfully.
I still need to install Visual Studio 2010 and the SharePoint 2010 SDK but it’s nice just to get a look at the new version running. Stay tuned for more news from the SharePoint 2010 development front. There’s exciting times ahead!
- Dave
Update
The link with the workaround only talks about it vaguely so here’s the details:
- Find the client.config file at “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\WebClients\SearchService\client.config” (assuming a stock install)
- Save a backup copy for when the hotfix is released
- Remove the “allowInsecureTransport” attribute on line 47 and 96 (iirc)
- Restart the config wizard