<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'x64', 'Community Technology Preview', 'SharePoint Deployment', 'SharePoint', and '64-bit'</title><link>http://bloggingabout.net/search/SearchResults.aspx?a=1&amp;o=DateDescending&amp;tag=x64,Community+Technology+Preview,SharePoint+Deployment,SharePoint,64-bit&amp;orTags=0</link><description>Search results matching tags 'x64', 'Community Technology Preview', 'SharePoint Deployment', 'SharePoint', and '64-bit'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Getting the Visual Studio 2008 extensions for SharePoint v1.3 CTP to work on Windows Server 2008</title><link>http://bloggingabout.net/blogs/harold/archive/2009/02/20/getting-the-visual-studio-2008-extensions-for-sharepoint-v1-3-ctp-to-work-on-windows-server-2008.aspx</link><pubDate>Fri, 20 Feb 2009 16:21:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:481196</guid><dc:creator>hvdkamp</dc:creator><description>&lt;p&gt;January 2009 the Microsoft SharePoint Product Group announced the &lt;a target="_blank" href="http://blogs.msdn.com/sharepoint/archive/2009/01/12/announcing-community-technology-preview-of-visual-studio-2008-extensions-for-sharepoint-v1-3.aspx"&gt;Community Technology Preview of Visual Studio 2008 extensions for SharePoint v1.3&lt;/a&gt; (VSeWSS). Previous VSeWSS versions were not out-of-the box installable on x64 machines, therefore I blogged about &lt;a target="_blank" href="http://bloggingabout.net/blogs/harold/archive/2008/12/02/installing-visual-studio-extensions-for-windows-sharepoint-services-on-64-bit-machines.aspx"&gt;Installing Visual Studio Extensions for Windows SharePoint Services on 64-bit machines&lt;/a&gt;. It&amp;rsquo;s great to see that x64 support has been added to version 1.3. The complete list of new features are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Can be installed on x64 Server OS machines running SharePoint x64. Previously only x86 Server OS could be used. &lt;/li&gt;
&lt;li&gt;Separate build commands for package, deploy and retract are added &lt;/li&gt;
&lt;li&gt;Command line build, package and retract commands are included enabling continuous integration and build servers. Previously command line build of SharePoint projects was very difficult &lt;/li&gt;
&lt;li&gt;Refactoring support for renaming of Web Parts. Previously renaming a web part required changes in several files in the project &lt;/li&gt;
&lt;li&gt;WSP View improvements for consistency of deleting feature elements, merging features and adding event receivers to features &lt;/li&gt;
&lt;li&gt;Solution Generator can now generate solutions from publishing sites. Previously only regular sites could be generated &lt;/li&gt;
&lt;li&gt;Allowing partial trust BIN deployments of web parts. CAS configuration must still be provided by the developer. &lt;/li&gt;
&lt;li&gt;New project item template for SharePoint RootFiles items &lt;/li&gt;
&lt;li&gt;Deployment will now optionally remove conflicting existing features on the development server prior to redeployment. Previously any feature name conflicts would result in an error &lt;/li&gt;
&lt;li&gt;Ancillary assemblies such as for business logic can now be added to the SharePoint Solution WSP &lt;/li&gt;
&lt;li&gt;Hidden features related to Site Definition projects are now shown in WSP View. They are no longer hidden &lt;/li&gt;
&lt;li&gt;For advanced users a fast deploy is included to update only the compiled assembly on the SharePoint development installation &lt;/li&gt;
&lt;li&gt;The User Guide is now installed with the extensions instead of being a separate download &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The final release of VSeWSS 1.3 is planned for the North American Spring of 2009. The CTP version is available on the &lt;a target="_blank" href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=428"&gt;Microsoft Connect VSeWSS website&lt;/a&gt; where you are welcome to post your feedback.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;What I did to get the VSeWSS 1.3 CTP working on my Windows Server 2008 development machine&lt;/h2&gt;
&lt;p&gt;The new VSeWSS version makes use of a Web Service to connect to local SharePoint sites and &lt;a target="_blank" href="http://en.wikipedia.org/wiki/Windows_Communication_Foundation"&gt;WCF&lt;/a&gt; is used to connect to that Web Service. Because the current VSeWSS version is a &lt;a target="_blank" href="http://en.wikipedia.org/wiki/Community_Technology_Preview#Beta"&gt;CTP version&lt;/a&gt;, it&amp;rsquo;s not marked as stable and contains bugs. Error messages can contain very little information about the problem and how to fix it, so here are my tips to get you started.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;Read the &amp;ldquo;Release Notes&amp;rdquo;&lt;/h3&gt;
&lt;p&gt;The Release Notes document contains a lot information how to get this VSeWSS version working and needs to be your starting point.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;Getting around the error &amp;ldquo;The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.&amp;rdquo;&lt;/h3&gt;
&lt;p&gt;The deployment of my SharePoint solutions failed with the error &amp;ldquo;The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state&amp;rdquo;. On my x86 environment I re-registered WCF using the command: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;%Windir%\Microsoft.Net\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe -r&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;x64 users can re-register WCF using the command:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;%Windir%\Microsoft.Net\Framework64\v3.0\Windows Communication Foundation\ServiceModelReg.exe -r&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;More information on the MSDN Forums thread &amp;ldquo;&lt;a target="_blank" href="http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/ac95c8e9-90da-4aa0-9cd6-36dab2d89c32/"&gt;VSeWSS 1.3 Deploy fails with Faulted state&lt;/a&gt;&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;Getting around the error &amp;ldquo;Error: Assembly {0} not found.&amp;rdquo;&lt;/h3&gt;
&lt;p&gt;After I fixed the previous error, the deployment of SharePoint solutions failed with the cryptic error &amp;ldquo;Error: Assembly {0} not found.&amp;rdquo;. The VSeWSS Web Service account needs to be in the local administrator group and have SharePoint Farm Administrator rights. My Windows Server 2008 machine is enrolled into it&amp;rsquo;s own domain, so I did the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Started IIS7 &lt;/li&gt;
&lt;li&gt;Created a new application pool with the administrator account as its identity&lt;/li&gt;
&lt;li&gt;Put the VSeWSS Web Service into the new application pool &lt;/li&gt;
&lt;li&gt;Added the administrator account to the WSS_RESTRICTED_WPG user group. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Maybe not the most security friendly way, but for me it is acceptable at the moment for my development environment. More information on the MSDN Forums thread &amp;ldquo;&lt;a target="_blank" href="http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/0d66227d-fd2e-4244-82be-6e3d1c68d9af/"&gt;Problems with use of VSeWSS 1.3 in Visual Studio 2008&lt;/a&gt;&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;After all this work I&amp;rsquo;m able to make use of the new VSeWSS version, hope this helps you.&lt;/p&gt;</description></item></channel></rss>