<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Martin Vollmer`s Blog : VS 2005</title><link>http://blogs.msdn.com/martinv/archive/tags/VS+2005/default.aspx</link><description>Tags: VS 2005</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>New Registry File for Developing MOSS2007 Projects in a Workstation (XP or Vista)</title><link>http://blogs.msdn.com/martinv/archive/2008/03/19/new-registry-file-for-developing-moss2007-projects-in-a-workstation-xp-or-vista.aspx</link><pubDate>Wed, 19 Mar 2008 18:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8325872</guid><dc:creator>martinv</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/martinv/comments/8325872.aspx</comments><wfw:commentRss>http://blogs.msdn.com/martinv/commentrss.aspx?PostID=8325872</wfw:commentRss><description>
&lt;STYLE type=text/css&gt;.normal {
	FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: Arial; TEXT-ALIGN: left
}
.Warning {
	FONT-WEIGHT: bold; FONT-SIZE: x-large; VERTICAL-ALIGN: baseline; COLOR: #ff0000; FONT-FAMILY: Arial; TEXT-ALIGN: center
}
.heading {
	FONT-SIZE: large; COLOR: #000000; FONT-FAMILY: Arial; TEXT-ALIGN: left
}
.Source {
	FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: "Courier New", Courier, monospace; BACKGROUND-COLOR: #c0c0c0; TEXT-ALIGN: left
}
.Command {
	FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: "Courier New", Courier, monospace; TEXT-ALIGN: left
}
&lt;/STYLE&gt;

&lt;P class=normal&gt;Now that the new &lt;A class="" title="Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions, Version 1.1" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en"&gt;VSeWSS1.1.EXE&lt;/A&gt; is released it is time to update the infos on my blog. The steps are basically the same as desribed in my former blog posts regarding VSeWSS.EXE. &lt;/P&gt;
&lt;P class=normal&gt;First of all you have to install VSeWSS1.1.exe on a Sharepoint Server 2007 machine or image. Then you have access to all the files, that you have to copy to your Workstation. &lt;/P&gt;
&lt;P class=normal&gt;1. Locate the Sharepoint Templates installed on the server environment and copy them to your Workstation User Templates. You have to navigate to:&lt;BR&gt;“C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\CSharp” &lt;BR&gt;and copy the whole Sharepoint Directory to your user Templates Folder on your Workstation. The Path is normally: &lt;BR&gt;“C:\Users\&amp;lt;username&amp;gt;\Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual C#”. &lt;BR&gt;If you want to develop in VB.NET do the same for the Sharepoint Folder in:&lt;BR&gt;“C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\VisualBasic” &lt;BR&gt;And copy it to:&lt;BR&gt;“C:\Users\&amp;lt;username&amp;gt;\Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual Basic”&lt;BR&gt;Do the same for the Sharepoint Folders in the ItemTemplates Directory. There is only one for CSharp. Navigate to:&lt;BR&gt;“C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp”&lt;BR&gt;And copy the Sharepoint Folder to:&lt;BR&gt;“C:\Users\&amp;lt;username&amp;gt;\Documents\Visual Studio 2005\Templates\ItemTemplates\Visual C#”&lt;BR&gt;2. Copy the complete Folder “Microsoft Sharepoint Developer Tools”, which can be found in “C:\Program Files” on the Server or VPC to your Workstation machine in the same location.&lt;/P&gt;
&lt;P class=normal&gt;3. In order to register the Projects, Packages and Templates on you Workstation machine you have to add several registry keys to your Registry. Here is the whole stuff, just copy and paste it in a text file and save it with a*.reg extension. Here are the Registry settings for VSeWSS1.1:&lt;/P&gt;
&lt;P class=Source&gt;Windows Registry Editor Version 5.00&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\CLSID]&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\CLSID\{3c457a27-5d8e-4fab-b1de-c18682146452}]&lt;BR&gt;@="Microsoft.SharePoint.Tools.CSharpSPProject"&lt;BR&gt;"Class"="Microsoft.SharePoint.Tools.CSharpSPProject"&lt;BR&gt;"CodeBase"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package\\VSeWSS.dll"&lt;BR&gt;"InprocServer32"="C:\\WINDOWS\\system32\\mscoree.dll"&lt;BR&gt;"ThreadingModel"="Both"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\CLSID\{aa9054f9-fbd5-405d-9c31-9f544db39238}]&lt;BR&gt;@="Microsoft.SharePoint.Tools.VisualBasicSPProject"&lt;BR&gt;"Class"="Microsoft.SharePoint.Tools.VisualBasicSPProject"&lt;BR&gt;"CodeBase"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package\\VSeWSS.dll"&lt;BR&gt;"InprocServer32"="C:\\WINDOWS\\system32\\mscoree.dll"&lt;BR&gt;"ThreadingModel"="Both"&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Projects\{593b0543-81f6-4436-ba1e-4747859caae2}]&lt;BR&gt;@="CSharpSPProjectFactory"&lt;BR&gt;"DisplayName"=""&lt;BR&gt;"DefaultProjectExtension"="csproj"&lt;BR&gt;"DisplayProjectFileExtensions"="SharePoint Project Files (*.csproj);*.csproj"&lt;BR&gt;"Language(VsTemplate)"="CSharp"&lt;BR&gt;"Package"="{e57322ed-c1f7-4ac5-955e-d790d474d39e}"&lt;BR&gt;"PossibleProjectExtensions"="csproj"&lt;BR&gt;"ProjectTemplatesDir"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package"&lt;BR&gt;"ShowOnlySpecifiedTemplates(VsTemplate)"=dword:00000000&lt;BR&gt;"TemplateGroupIDs(VsTemplate)"="SharePointItemTemplateGroupID"&lt;BR&gt;"TemplateIDs(VsTemplate)"="ContentType,EventReceiver,FieldControl,ListDefinition,ListDefinitionFromContentType,ListInstance,Module,Template,WebPart"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Projects\{9e5d3e2d-e4e2-418e-8d80-2f0da9a94f9a}]&lt;BR&gt;@="SdtProjectFactory"&lt;BR&gt;"DisplayName"=""&lt;BR&gt;"DefaultProjectExtension"="csproj"&lt;BR&gt;"DisplayProjectFileExtensions"="SharePoint Project Files (*.csproj);*.csproj"&lt;BR&gt;"Package"="{bc426e8f-098f-47de-ad66-d11676c41c66}"&lt;BR&gt;"PossibleProjectExtensions"="csproj"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Projects\{ec05e597-79d4-47f3-ada0-324c4f7c7484}]&lt;BR&gt;@="VisualBasicSPProjectFactory"&lt;BR&gt;"DisplayName"=""&lt;BR&gt;"DisplayProjectFileExtensions"="SharePoint Project Files (*.vbproj);*.vbproj"&lt;BR&gt;"Package"="{e57322ed-c1f7-4ac5-955e-d790d474d39e}"&lt;BR&gt;"DefaultProjectExtension"="vbproj"&lt;BR&gt;"PossibleProjectExtensions"="vbproj"&lt;BR&gt;"ProjectTemplatesDir"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package"&lt;BR&gt;"Language(VsTemplate)"="VisualBasic"&lt;BR&gt;"ShowOnlySpecifiedTemplates(VsTemplate)"="0"&lt;BR&gt;"TemplateGroupIDs(VsTemplate)"="SharePointItemTemplateGroupID"&lt;BR&gt;"TemplateIDs(VsTemplate)"="ContentType,EventReceiver,FieldControl,ListDefinition,ListDefinitionFromContentType,ListInstance,Module,Template,WebPart"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Packages\{bc426e8f-098f-47de-ad66-d11676c41c66}]&lt;BR&gt;@="Microsoft.SharePoint.Tools.SdtPackage, SPDevTools, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"&lt;BR&gt;"ID"=dword:00000064&lt;BR&gt;"Class"="Microsoft.SharePoint.Tools.SdtPackage"&lt;BR&gt;"CodeBase"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package\\SPDevTools.dll"&lt;BR&gt;"CompanyName"="Microsoft"&lt;BR&gt;"InprocServer32"="C:\\WINDOWS\\system32\\mscoree.dll"&lt;BR&gt;"MinEdition"="Standard"&lt;BR&gt;"ProductName"="SharePoint Developer Tools"&lt;BR&gt;"ProductVersion"="12.0000.0000.0000"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Packages\{bc426e8f-098f-47de-ad66-d11676c41c66}\SatelliteDll]&lt;BR&gt;"DllName"="SPDevTools.dll"&lt;BR&gt;"Path"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Packages\{e57322ed-c1f7-4ac5-955e-d790d474d39e}]&lt;BR&gt;@="Microsoft.SharePoint.Tools.SdtPackage, VSeWSS, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"&lt;BR&gt;"ID"=dword:00000064&lt;BR&gt;"Class"="Microsoft.SharePoint.Tools.SdtPackage"&lt;BR&gt;"CodeBase"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package\\VSeWSS.dll"&lt;BR&gt;"CompanyName"="Microsoft"&lt;BR&gt;"InprocServer32"="C:\\WINDOWS\\system32\\mscoree.dll"&lt;BR&gt;"MinEdition"="Standard"&lt;BR&gt;"ProductName"="Visual Studio extensions for Windows SharePoint Services 1.1"&lt;BR&gt;"ProductVersion"="12.0001.0000.0000"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Packages\{e57322ed-c1f7-4ac5-955e-d790d474d39e}\SatelliteDll]&lt;BR&gt;"DllName"="VSeWSSUI.dll"&lt;BR&gt;"Path"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package"&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=normal&gt;If you want to use it with Visual Studio 2008 you have to replace "\8.0\" with "\9.0\" in the whole .reg File.&lt;/P&gt;
&lt;P class=normal&gt;If ypu want to use it with Visual Studio 2008 on the sharepoint server you have to replace "\WINDOWS\" with "\WINNT\"&lt;/P&gt;
&lt;P class=normal&gt;There was an anouncement taht the official support for Visual Studio 2008 will be published in June 2008. So my investigation is helpful until then.&lt;/P&gt;
&lt;P class=Warning&gt;!! Once again. No Warranties use at your own risk !!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8325872" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/martinv/archive/tags/Tips+_2600_amp_3B00_+Tricks/default.aspx">Tips &amp;amp; Tricks</category><category domain="http://blogs.msdn.com/martinv/archive/tags/Programming/default.aspx">Programming</category><category domain="http://blogs.msdn.com/martinv/archive/tags/VS+2005/default.aspx">VS 2005</category><category domain="http://blogs.msdn.com/martinv/archive/tags/VS+2008/default.aspx">VS 2008</category></item><item><title>Developing custom MOSS 2007 Sharepoint Workflows on a remote Workstation</title><link>http://blogs.msdn.com/martinv/archive/2008/01/21/developing-custom-moss-2007-sharepoint-workflows-on-a-remote-workstation.aspx</link><pubDate>Mon, 21 Jan 2008 15:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7183741</guid><dc:creator>martinv</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/martinv/comments/7183741.aspx</comments><wfw:commentRss>http://blogs.msdn.com/martinv/commentrss.aspx?PostID=7183741</wfw:commentRss><description>
&lt;STYLE type=text/css&gt;.normal {
	FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: Arial; TEXT-ALIGN: left
}
.Warning {
	FONT-WEIGHT: bold; FONT-SIZE: x-large; VERTICAL-ALIGN: baseline; COLOR: #ff0000; FONT-FAMILY: Arial; TEXT-ALIGN: center
}
.heading {
	FONT-SIZE: large; COLOR: #000000; FONT-FAMILY: Arial; TEXT-ALIGN: left
}
.Source {
	FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: "Courier New", Courier, monospace; BACKGROUND-COLOR: #c0c0c0; TEXT-ALIGN: left
}
.Command {
	FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: "Courier New", Courier, monospace; TEXT-ALIGN: left
}
font{line-height:normal;}
*{line-height:130%;}
&lt;/STYLE&gt;

&lt;P class=normal&gt;Today I tried to do some Workflow Development for MOSS 2007 on my Vista machine (Workstation). After loading a sample Project I encountered the following Error in the Workflow Designer in Visual Studio:&lt;/P&gt;
&lt;P class=normal&gt;&lt;FONT color=#ff0000&gt;Could not load file or assembly 'Microsoft.SharePoint.WorkflowActions.intl, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=normal&gt;&amp;nbsp;This DLL is located in the GAC on a MOSS Server 2007 Installation (Server or VPC). So in order to do the Developpment on a Workstation you have to copy two DLLs from your MOSS 2007 Server to your Workstation and add them to the GAC there. The only waay to copy the DLLs out of the GADC is by using the command line here is an example how to do this:&lt;/P&gt;
&lt;P class=Source&gt;&amp;gt; cd \WINDOWS\assembly\GAC_MSIL\Microsoft.SharePoint.WorkflowActions.intl\12.0.0.0__71e9bce111e9429c &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&amp;gt; copy microsoft.sharepoint.WorkflowActions.intl.dll c:\ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&amp;gt; cd \WINDOWS\assembly\GAC_MSIL\Microsoft.SharePoint.WorkflowActions.intl.resources\12.0.0.0__71e9bce111e9429c &lt;BR&gt;&amp;gt; copy microsoft.SharePoint.workflowactions.intl.resources.dll c:\&lt;/P&gt;
&lt;P class=Warning&gt;&lt;STRONG&gt;&amp;nbsp;!! Absolutely no warranties, use at your own risk !!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=normal&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;That’s it! Hope this procedure&amp;nbsp;is helpful to others, who want to develop Workflows for MOSS 2007 now with Visual Studio 2005 or 2008 on a Workstation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=normal&gt;Best Regards Martin&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7183741" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/martinv/archive/tags/Tips+_2600_amp_3B00_+Tricks/default.aspx">Tips &amp;amp; Tricks</category><category domain="http://blogs.msdn.com/martinv/archive/tags/Programming/default.aspx">Programming</category><category domain="http://blogs.msdn.com/martinv/archive/tags/VS+2005/default.aspx">VS 2005</category><category domain="http://blogs.msdn.com/martinv/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Remote WebPart Development with Visual Studio 2008 for MOSS 2007</title><link>http://blogs.msdn.com/martinv/archive/2008/01/10/remote-webpart-development-with-visual-studio-2008-for-moss-2007.aspx</link><pubDate>Thu, 10 Jan 2008 17:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7057830</guid><dc:creator>martinv</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/martinv/comments/7057830.aspx</comments><wfw:commentRss>http://blogs.msdn.com/martinv/commentrss.aspx?PostID=7057830</wfw:commentRss><description>
&lt;STYLE type=text/css&gt;.normal {
	FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: Arial; TEXT-ALIGN: left
}
.Warning {
	FONT-WEIGHT: bold; FONT-SIZE: x-large; VERTICAL-ALIGN: baseline; COLOR: #ff0000; FONT-FAMILY: Arial; TEXT-ALIGN: center
}
.heading {
	FONT-SIZE: large; COLOR: #000000; FONT-FAMILY: Arial; TEXT-ALIGN: left
}
.Source {
	FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: "Courier New", Courier, monospace; BACKGROUND-COLOR: #c0c0c0; TEXT-ALIGN: left
}
.Command {
	FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: "Courier New", Courier, monospace; TEXT-ALIGN: left
}
&lt;/STYLE&gt;

&lt;P class=normal&gt;Today the Visual Studio Extensions for WSS are not supported with VS 2008. So the official way to develop Sharepoint Projects like WebParts is that you still have to use Visual Studio 2005 for that purpose. You can install VS 2005 ans VS2008 on the same machine, but why do I have keep the older version of Visual Studio just for Sharepoint Development.Therefore I tried to apply the same procedure described in my previous post for Visual Studio 2005 to my installation of Visual Studio 2008. The only thing that must be changed is the *.reg file which now should look like this:&lt;/P&gt;
&lt;P class=Source&gt;Windows Registry Editor Version 5.00&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\CLSID\{041d4811-6ee8-4c3a-8981-ac53f22cf9cc}]&lt;BR&gt;@="Microsoft.SharePoint.Tools.SdtProject"&lt;BR&gt;"Class"="Microsoft.SharePoint.Tools.SdtProject"&lt;BR&gt;"CodeBase"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package\\SPDevTools.dll"&lt;BR&gt;"InprocServer32"="C:\\Windows\\system32\\mscoree.dll"&lt;BR&gt;"ThreadingModel"="Both"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\CLSID\{c81fbc80-1a9b-4d76-81e4-bf729a27f9ac}]&lt;BR&gt;@="Microsoft.SharePoint.Tools.Forms.DeployPropertyPage"&lt;BR&gt;"Class"="Microsoft.SharePoint.Tools.Forms.DeployPropertyPage"&lt;BR&gt;"CodeBase"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package\\SPDevTools.dll"&lt;BR&gt;"InprocServer32"="C:\\Windows\\system32\\mscoree.dll"&lt;BR&gt;"ThreadingModel"="Both"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Packages\{bc426e8f-098f-47de-ad66-d11676c41c66}]&lt;BR&gt;@="Microsoft.SharePoint.Tools.SdtPackage, SPDevTools, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"&lt;BR&gt;"ID"=dword:00000064&lt;BR&gt;"Class"="Microsoft.SharePoint.Tools.SdtPackage"&lt;BR&gt;"CodeBase"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package\\SPDevTools.dll"&lt;BR&gt;"CompanyName"="Microsoft"&lt;BR&gt;"InprocServer32"="C:\\Windows\\system32\\mscoree.dll"&lt;BR&gt;"MinEdition"="Standard"&lt;BR&gt;"ProductName"="SharePoint Developer Tools"&lt;BR&gt;"ProductVersion"="12.0000.0000.0000"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Packages\{bc426e8f-098f-47de-ad66-d11676c41c66}\SatelliteDll]&lt;BR&gt;"DllName"="SPDevTools.dll"&lt;BR&gt;"Path"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package"&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Projects\{9e5d3e2d-e4e2-418e-8d80-2f0da9a94f9a}]&lt;BR&gt;"DisplayName"=""&lt;BR&gt;@="SdtProjectFactory"&lt;BR&gt;"DefaultProjectExtension"="csproj"&lt;BR&gt;"DisplayProjectFileExtensions"="SharePoint Project Files (*.csproj);*.csproj"&lt;BR&gt;"Package"="{bc426e8f-098f-47de-ad66-d11676c41c66}"&lt;BR&gt;"PossibleProjectExtensions"="csproj"&lt;BR&gt;&lt;BR&gt;#[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\NewProjectTemplates\TemplateDirs\{bc426e8f-098f-47de-ad66-d11676c41c66}]&lt;BR&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\NewProjectTemplates\TemplateDirs\{bc426e8f-098f-47de-ad66-d11676c41c66}\/1]&lt;BR&gt;@=""&lt;BR&gt;"SortPriority"=dword:00000064&lt;BR&gt;"TemplatesDir"="C:\\Program Files\\Microsoft SharePoint Developer Tools\\package"&lt;BR&gt;&lt;/P&gt;
&lt;P class=Warning mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=Warning&gt;&lt;STRONG&gt;&amp;nbsp;!! Absolutely no warranties, use at your own risk !!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=normal&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;That’s it! Hope this procedure&amp;nbsp;is helpful to others, who want to develop Web Parts for MOSS 2007 now with Visual Studio 2008.&lt;BR&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7057830" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/martinv/archive/tags/Tips+_2600_amp_3B00_+Tricks/default.aspx">Tips &amp;amp; Tricks</category><category domain="http://blogs.msdn.com/martinv/archive/tags/Programming/default.aspx">Programming</category><category domain="http://blogs.msdn.com/martinv/archive/tags/VS+2005/default.aspx">VS 2005</category><category domain="http://blogs.msdn.com/martinv/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/martinv/archive/tags/VS+2008/default.aspx">VS 2008</category></item><item><title>Perfekt organisiert!</title><link>http://blogs.msdn.com/martinv/archive/2007/10/30/perfekt-organisiert.aspx</link><pubDate>Tue, 30 Oct 2007 12:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5778504</guid><dc:creator>martinv</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/martinv/comments/5778504.aspx</comments><wfw:commentRss>http://blogs.msdn.com/martinv/commentrss.aspx?PostID=5778504</wfw:commentRss><description>&lt;FONT face="Times New Roman" size=3&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Microsoft und &lt;?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /&gt;&lt;st1:stockticker w:st="on"&gt;AIT&lt;/st1:stockticker&gt; veranstalten gemeinsam die Roadshow „Perfekt organisiert!“&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;BR&gt;&lt;IMG style="WIDTH: 468px; HEIGHT: 60px" height=60 src="http://blogs.msdn.com/photos/martinv/images/5778401/original.aspx" width=468 align=middle mce_src="http://blogs.msdn.com/photos/martinv/images/5778401/original.aspx"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Basierend auf fundierter Praxiserfahrung von&amp;nbsp;mehreren Jahren Team System&amp;nbsp;Expertise hat Microsoft gemeinsam mit der &lt;A href="http://www.aitag.com/tfsseminar"&gt;&lt;FONT color=#0000ff&gt;AIT&lt;/FONT&gt;&lt;/A&gt; (Applied Informations Technologies AG) Ihnen eine Abendveranstaltung der besonderen Art zusammengestellt. Lernen Sie wie Projektmanagement und -steuerung in professionellen Händen aussieht und wie der&amp;nbsp;Visual Studio Team Foundation Server in praktischen Projektszenarien wirklich funktioniert.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Lassen Sie sich davon überzeugen wie auch Ihre Softwareentwicklung in Zukunft "Perfekt organisiert" werden kann und minimieren Sie Ihre Projektrisiken:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Direkt anmelden unter: &lt;A href="http://www.aitag.com/tfsseminar"&gt;&lt;FONT color=#0000ff&gt;www.aitag.com/tfsseminar&lt;/FONT&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Viele Grüße&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&amp;nbsp;Martin&lt;/SPAN&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5778504" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/martinv/archive/tags/VS+2005/default.aspx">VS 2005</category><category domain="http://blogs.msdn.com/martinv/archive/tags/VSTS/default.aspx">VSTS</category><category domain="http://blogs.msdn.com/martinv/archive/tags/Visual+Studio+Team+System/default.aspx">Visual Studio Team System</category><category domain="http://blogs.msdn.com/martinv/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item></channel></rss>