<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>vssdkassist Work Item Rss Feed</title><link>http://www.codeplex.com/vssdkassist/WorkItem/List.aspx</link><description>vssdkassist Work Item Rss Description</description><item><title>Commented Issue: Cannot invoke VSSDK Assist in Visual Studio 2008 Release 1.0</title><link>http://vssdkassist.codeplex.com/WorkItem/View.aspx?WorkItemId=9164</link><description>When I try to load the pacakage in Visual Studio 2008 using Guidance Package Manager I get the error&lt;br /&gt;Could Not Load Assembly Microsoft.VisualStudio.TemplateWizardInterface.&lt;br /&gt;Comments: ** Comment from web user: Mykhajlo ** &lt;p&gt;I have the same problem&lt;/p&gt;</description><author>Mykhajlo</author><pubDate>Sun, 26 Jul 2009 17:23:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot invoke VSSDK Assist in Visual Studio 2008 Release 1.0 20090726052348P</guid></item><item><title>Commented Issue: VSSDK Assist doesn't work with SP1</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=11325</link><description>I upgraded to VSSDK SP1 and VS2008 SP1... to find that VSSDKAssist and VSSDKShell no longer work&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: martin_filteau ** &lt;p&gt;I reinstalled everything last night and when I rebooted this morning, everything was working fine&amp;#33;&lt;br /&gt;&lt;/p&gt;</description><author>martin_filteau</author><pubDate>Thu, 18 Sep 2008 12:50:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: VSSDK Assist doesn't work with SP1 20080918125038P</guid></item><item><title>Created Issue: VSSDK Assist doesn't work with SP1</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=11325</link><description>I upgraded to VSSDK SP1 and VS2008 SP1... to find that VSSDKAssist and VSSDKShell no longer work&amp;#33;&lt;br /&gt;</description><author>martin_filteau</author><pubDate>Wed, 17 Sep 2008 13:46:33 GMT</pubDate><guid isPermaLink="false">Created Issue: VSSDK Assist doesn't work with SP1 20080917014633P</guid></item><item><title>Commented Issue: Crash when running CreateCustomProject</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=10423</link><description>Hi there,&lt;br /&gt;Comments: ** Comment from web user: mpagel ** &lt;p&gt;I just noticed&amp;#58; since I am using a German WinXP, my programs are in &amp;#34;C&amp;#58;&amp;#92;Programme&amp;#34;, not in &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#34;. That&amp;#39;s the reason for the failure I guess.&lt;/p&gt;</description><author>mpagel</author><pubDate>Fri, 04 Jul 2008 23:23:05 GMT</pubDate><guid isPermaLink="false">Commented Issue: Crash when running CreateCustomProject 20080704112305P</guid></item><item><title>Commented Issue: Crash when running CreateCustomProject</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=10423</link><description>Hi there,&lt;br /&gt;Comments: ** Comment from web user: mpagel ** &lt;p&gt;Sorry, this was sent way to fast... &amp;#58;-&amp;#41;&lt;/p&gt;&lt;p&gt;I am using the latest VSSDK Assist release on top of VS2008. When trying to create a custom project type I am receiving the following exception in the log&amp;#58;&lt;/p&gt;&lt;p&gt;CreateCSharpSolution&amp;#58; Creating VS Package project&lt;br /&gt;CreateCustomProject&amp;#58; Creating destination folders&lt;br /&gt;CreateCustomProject&amp;#58; Creating custom project classes&lt;br /&gt;CreateCustomProject&amp;#58; Adding custom project registration information&lt;br /&gt;CreateCustomProject&amp;#58; Adding project base&lt;br /&gt;Exception&amp;#58;&lt;br /&gt;C&amp;#58;&amp;#92;Dokumente und Einstellungen&amp;#92;mpagel&amp;#92;Lokale Einstellungen&amp;#92;Temp&amp;#92;uim1il43.ue3&amp;#92;Temp&amp;#92;ProjectBase.csproj&amp;#40;59,11&amp;#41;&amp;#58; The imported project &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Visual Studio 2008 SDK&amp;#92;VisualStudioIntegration&amp;#92;Common&amp;#92;Source&amp;#92;CSharp&amp;#92;Project&amp;#92;ProjectBase.Files&amp;#34; was not found. Confirm that the path in the &amp;#60;Import&amp;#62; declaration is correct, and that the file exists on disk.&amp;#92;r&amp;#92;n   at EnvDTE.SolutionClass.AddFromTemplate&amp;#40;String FileName, String Destination, String ProjectName, Boolean Exclusive&amp;#41;&lt;br /&gt;   at Microsoft.VisualStudio.TemplateWizard.Wizard.Execute&amp;#40;Object application, Int32 hwndOwner, Object&amp;#91;&amp;#93;&amp;#38; ContextParams, Object&amp;#91;&amp;#93;&amp;#38; CustomParams, wizardResult&amp;#38; retval&amp;#41;&lt;br /&gt;   at EnvDTE.SolutionClass.AddFromTemplate&amp;#40;String FileName, String Destination, String ProjectName, Boolean Exclusive&amp;#41;&lt;br /&gt;   at VSSDKAssist.Recipes.CustomProject.CreateCustomProject.UnfoldCustomProjectTemplateAction.OnExecute&amp;#40;&amp;#41;&lt;br /&gt;   at VSSDKAssist.Assets.Actions.Base.ActionBase.Execute&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.Recipe.Microsoft.Practices.RecipeFramework.Services.IActionExecutionService.Execute&amp;#40;String actionName, Dictionary&amp;#96;2 inputValues&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.Recipe.Microsoft.Practices.RecipeFramework.Services.IActionExecutionService.Execute&amp;#40;String actionName&amp;#41;&lt;br /&gt;   at VSSDKAssist.Recipes.Common.Coordinators.ConditionalExecutionProgressCoordinator.ExecuteAction&amp;#40;Action action&amp;#41;&lt;br /&gt;   at VSSDKAssist.Recipes.Common.Coordinators.ExecutionProgressCoordinator.Run&amp;#40;Dictionary&amp;#96;2 declaredActions, XmlElement coordinationData&amp;#41;&lt;br /&gt;&amp;#40;&amp;#42;&amp;#41; Error&amp;#58; 0 &amp;#58; Microsoft.Practices.RecipeFramework.ActionExecutionException&amp;#58; An exception occurred during the binding of reference or execution of recipe CreateCustomProject. Error was&amp;#58; Action UnfoldProjectTemplate failed to execute&amp;#58;&lt;/p&gt;&lt;p&gt;C&amp;#58;&amp;#92;Dokumente und Einstellungen&amp;#92;mpagel&amp;#92;Lokale Einstellungen&amp;#92;Temp&amp;#92;uim1il43.ue3&amp;#92;Temp&amp;#92;ProjectBase.csproj&amp;#40;59,11&amp;#41;&amp;#58; The imported project &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Visual Studio 2008 SDK&amp;#92;VisualStudioIntegration&amp;#92;Common&amp;#92;Source&amp;#92;CSharp&amp;#92;Project&amp;#92;ProjectBase.Files&amp;#34; was not found. Confirm that the path in the &amp;#60;Import&amp;#62; declaration is correct, and that the file exists on disk.. &lt;br /&gt;You can remove the reference to this recipe through the Guidance Package Manager. ---&amp;#62; System.Exception&amp;#58; &lt;br /&gt;C&amp;#58;&amp;#92;Dokumente und Einstellungen&amp;#92;mpagel&amp;#92;Lokale Einstellungen&amp;#92;Temp&amp;#92;uim1il43.ue3&amp;#92;Temp&amp;#92;ProjectBase.csproj&amp;#40;59,11&amp;#41;&amp;#58; The imported project &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Visual Studio 2008 SDK&amp;#92;VisualStudioIntegration&amp;#92;Common&amp;#92;Source&amp;#92;CSharp&amp;#92;Project&amp;#92;ProjectBase.Files&amp;#34; was not found. Confirm that the path in the &amp;#60;Import&amp;#62; declaration is correct, and that the file exists on disk.&lt;br /&gt;   at EnvDTE.SolutionClass.AddFromTemplate&amp;#40;String FileName, String Destination, String ProjectName, Boolean Exclusive&amp;#41;&lt;br /&gt;   at Microsoft.VisualStudio.TemplateWizard.Wizard.Execute&amp;#40;Object application, Int32 hwndOwner, Object&amp;#91;&amp;#93;&amp;#38; ContextParams, Object&amp;#91;&amp;#93;&amp;#38; CustomParams, wizardResult&amp;#38; retval&amp;#41;&lt;br /&gt;   at EnvDTE.SolutionClass.AddFromTemplate&amp;#40;String FileName, String Destination, String ProjectName, Boolean Exclusive&amp;#41;&lt;br /&gt;   at VSSDKAssist.Recipes.CustomProject.CreateCustomProject.UnfoldCustomProjectTemplateAction.OnExecute&amp;#40;&amp;#41;&lt;br /&gt;   at VSSDKAssist.Assets.Actions.Base.ActionBase.Execute&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.Recipe.Microsoft.Practices.RecipeFramework.Services.IActionExecutionService.Execute&amp;#40;String actionName, Dictionary&amp;#96;2 inputValues&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.Recipe.Microsoft.Practices.RecipeFramework.Services.IActionExecutionService.Execute&amp;#40;String actionName&amp;#41;&lt;br /&gt;   at VSSDKAssist.Recipes.Common.Coordinators.ConditionalExecutionProgressCoordinator.ExecuteAction&amp;#40;Action action&amp;#41;&lt;br /&gt;   at VSSDKAssist.Recipes.Common.Coordinators.ExecutionProgressCoordinator.Run&amp;#40;Dictionary&amp;#96;2 declaredActions, XmlElement coordinationData&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.Recipe.ExecuteActions&amp;#40;IDictionaryService readOnlyArguments, IDictionaryService arguments, ITypeResolutionService resolution&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.Recipe.UndoExecutedActionsAndRethrow&amp;#40;Exception ex&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.Recipe.ExecuteActions&amp;#40;IDictionaryService readOnlyArguments, IDictionaryService arguments, ITypeResolutionService resolution&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.Recipe.Execute&amp;#40;Boolean allowSuspend&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.GuidancePackage.Execute&amp;#40;String recipe, IAssetReference reference, IDictionary arguments&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.GuidancePackage.Execute&amp;#40;IAssetReference reference&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.RecipeReference.OnExecute&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.AssetReference.Execute&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeMenuCommand.OnExec&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Practices.RecipeFramework.VisualStudio.AssetMenuCommand.Invoke&amp;#40;&amp;#41;&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Mike&lt;/p&gt;</description><author>mpagel</author><pubDate>Fri, 04 Jul 2008 23:20:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Crash when running CreateCustomProject 20080704112041P</guid></item><item><title>Created Issue: Crash when running CreateCustomProject</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=10423</link><description>Hi there,&lt;br /&gt;</description><author>mpagel</author><pubDate>Fri, 04 Jul 2008 23:18:11 GMT</pubDate><guid isPermaLink="false">Created Issue: Crash when running CreateCustomProject 20080704111811P</guid></item><item><title>COMMENTED ISSUE: VSX Assist doesn't work on VS2k8</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=10016</link><description>I&amp;#39;ve been trying to use VSX Assist on VS2k8, the Guidance package works as usual, but when the solution is created none of the recipes run on it. Is anything wrong with the guidance&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: PabloGaliano ** &lt;p&gt;Did you try to enable the GP manually using Tools&amp;#47;Guidance Package Manager&amp;#63;&lt;/p&gt;</description><author>PabloGaliano</author><pubDate>Thu, 24 Apr 2008 14:35:10 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: VSX Assist doesn't work on VS2k8 20080424023510P</guid></item><item><title>CREATED ISSUE: VSX Assist doesn't work on VS2k8</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=10016</link><description>I&amp;#39;ve been trying to use VSX Assist on VS2k8, the Guidance package works as usual, but when the solution is created none of the recipes run on it. Is anything wrong with the guidance&amp;#63;&lt;br /&gt;</description><author>cristianp</author><pubDate>Thu, 17 Apr 2008 19:11:41 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: VSX Assist doesn't work on VS2k8 20080417071141P</guid></item><item><title>CREATED ISSUE: Installation Error</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9982</link><description>I get the following error when I try to install the March 2008 CTP&lt;br /&gt;&lt;br /&gt;Error 1001&amp;#58; Unable to get installer types in the D&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Visual Studio 9.0&amp;#92;Common7&amp;#92;IDE&amp;#92;PublicAssemblies&amp;#92;VSSDKAssistInstaller.dll assembly. --&amp;#62; Unable to load one or more of the requested types.  Retrieve the LoadeExceptions property for more information.&lt;br /&gt;&lt;br /&gt;Any ideas what the problem might be and how I can get it installed correctly.&lt;br /&gt;</description><author>MikeHanson</author><pubDate>Sat, 12 Apr 2008 09:06:05 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Installation Error 20080412090605A</guid></item><item><title>COMMENTED ISSUE: WINNT directory problem</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9776</link><description>VSSDK assist cannot find mscoree if &amp;#37;WINDIR&amp;#37; is WINNT. I had to create symbolic link WINDOWS -&amp;#62; WINNT.&lt;br /&gt;Comments: ** Comment from web user: akss ** &lt;p&gt;VSSDKAssist March 2008 CTP&lt;br /&gt;GAX &amp;#38; GAT Feb 2008&lt;br /&gt;VS 2008 Orcas RTM&lt;br /&gt;VSSDK 2008 1.0&lt;/p&gt;</description><author>akss</author><pubDate>Wed, 26 Mar 2008 06:35:40 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: WINNT directory problem 20080326063540A</guid></item><item><title>COMMENTED ISSUE: Package Load Analyser shows error</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9777</link><description>Package Load Analyser shows error for VSSDKAssist package&amp;#58;&lt;br /&gt;&amp;#34;Some of the dependencies for Package &amp;#123;f32c2945-075b-4015-a080-5266fbebdcba&amp;#125; were not found.&lt;br /&gt;The InProcServer32 registry value for the package&amp;#91;&amp;#123;f32c2945-075b-4015-a080-5266fbebdcba&amp;#125;&amp;#93; is not present.&lt;br /&gt;Registration for package &amp;#123;f32c2945-075b-4015-a080-5266fbebdcba&amp;#125; is either incomplete or incorrect.&amp;#34;&lt;br /&gt;Comments: ** Comment from web user: akss ** &lt;p&gt;VSSDKAssist March 2008 CTP&lt;br /&gt;GAX &amp;#38; GAT Feb 2008&lt;br /&gt;VS 2008 Orcas RTM&lt;br /&gt;VSSDK 2008 1.0&lt;/p&gt;</description><author>akss</author><pubDate>Wed, 26 Mar 2008 06:35:07 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Package Load Analyser shows error 20080326063507A</guid></item><item><title>CREATED ISSUE: Package Load Analyser shows error</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9777</link><description>Package Load Analyser shows error for VSSDKAssist package&amp;#58;&lt;br /&gt;&amp;#34;Some of the dependencies for Package &amp;#123;f32c2945-075b-4015-a080-5266fbebdcba&amp;#125; were not found.&lt;br /&gt;The InProcServer32 registry value for the package&amp;#91;&amp;#123;f32c2945-075b-4015-a080-5266fbebdcba&amp;#125;&amp;#93; is not present.&lt;br /&gt;Registration for package &amp;#123;f32c2945-075b-4015-a080-5266fbebdcba&amp;#125; is either incomplete or incorrect.&amp;#34;&lt;br /&gt;</description><author>akss</author><pubDate>Wed, 26 Mar 2008 06:20:01 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Package Load Analyser shows error 20080326062001A</guid></item><item><title>CREATED ISSUE: WINNT directory problem</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9776</link><description>VSSDK assist cannot find mscoree if &amp;#37;WINDIR&amp;#37; is WINNT. I had to create symbolic link WINDOWS -&amp;#62; WINNT.&lt;br /&gt;</description><author>akss</author><pubDate>Wed, 26 Mar 2008 06:13:20 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: WINNT directory problem 20080326061320A</guid></item><item><title>COMMENTED ISSUE: Cannot invoke VSSDK Assist in Visual Studio 2008 Release 1.0</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9164</link><description>When I try to load the pacakage in Visual Studio 2008 using Guidance Package Manager I get the error&lt;br /&gt;Could Not Load Assembly Microsoft.VisualStudio.TemplateWizardInterface.&lt;br /&gt;Comments: ** Comment from web user: PabloGaliano ** &lt;p&gt;Could you try the March 2008 CTP&amp;#63;. It should be fixed there.&lt;/p&gt;</description><author>PabloGaliano</author><pubDate>Fri, 14 Mar 2008 02:43:48 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Cannot invoke VSSDK Assist in Visual Studio 2008 Release 1.0 20080314024348A</guid></item><item><title>COMMENTED ISSUE: Installer should NOT require VB to be installed</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9253</link><description>I had to modify the MSI with Orca to install.&lt;br /&gt;&lt;br /&gt;Please, do not force me to install VB &amp;#58;P&lt;br /&gt;Comments: ** Comment from web user: PabloGaliano ** &lt;p&gt;VB is required because VSSDK Assist also install VB templates.&lt;br /&gt;I will update the installer to add a feature tree...&lt;/p&gt;</description><author>PabloGaliano</author><pubDate>Fri, 14 Mar 2008 02:42:38 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Installer should NOT require VB to be installed 20080314024238A</guid></item><item><title>COMMENTED ISSUE: Cannot invoke VSSDK Assist in Visual Studio 2008 Release 1.0</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9164</link><description>When I try to load the pacakage in Visual Studio 2008 using Guidance Package Manager I get the error&lt;br /&gt;Could Not Load Assembly Microsoft.VisualStudio.TemplateWizardInterface.&lt;br /&gt;Comments: ** Comment from web user: dannomite ** &lt;p&gt;I am also having this problem.  I am also using VS 2008 on Vista.&lt;/p&gt;</description><author>dannomite</author><pubDate>Sat, 16 Feb 2008 03:40:39 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Cannot invoke VSSDK Assist in Visual Studio 2008 Release 1.0 20080216034039A</guid></item><item><title>COMMENTED ISSUE: Cannot invoke VSSDK Assist in Visual Studio 2008 Release 1.0</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9164</link><description>When I try to load the pacakage in Visual Studio 2008 using Guidance Package Manager I get the error&lt;br /&gt;Could Not Load Assembly Microsoft.VisualStudio.TemplateWizardInterface.&lt;br /&gt;Comments: ** Comment from web user: Wouterv ** &lt;p&gt;Have the same&lt;/p&gt;</description><author>Wouterv</author><pubDate>Sat, 02 Feb 2008 22:06:09 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Cannot invoke VSSDK Assist in Visual Studio 2008 Release 1.0 20080202100609P</guid></item><item><title>CREATED ISSUE: Installer should NOT require VB to be installed</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9253</link><description>I had to modify the MSI with Orca to install.&lt;br /&gt;&lt;br /&gt;Please, do not force me to install VB &amp;#58;P&lt;br /&gt;</description><author>dcazzulino</author><pubDate>Tue, 29 Jan 2008 03:24:12 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Installer should NOT require VB to be installed 20080129032412A</guid></item><item><title>CREATED ISSUE: Cannot invoke VSSDK Assist in Visual Studio 2008 Release 1.0</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=9164</link><description>When I try to load the pacakage in Visual Studio 2008 using Guidance Package Manager I get the error&lt;br /&gt;Could Not Load Assembly Microsoft.VisualStudio.TemplateWizardInterface.&lt;br /&gt;</description><author>DEEPAKMEHTA</author><pubDate>Sat, 05 Jan 2008 00:46:51 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Cannot invoke VSSDK Assist in Visual Studio 2008 Release 1.0 20080105124651A</guid></item><item><title>COMMENTED ISSUE: Better notice that you have to compile before context menu item VSSDK Assist appears on project</title><link>http://www.codeplex.com/vssdkassist/WorkItem/View.aspx?WorkItemId=8414</link><description>This took me a long time to find out. I know, should hsve read the docs.&lt;br /&gt;&lt;br /&gt;In the Usage wiki page you show the message&amp;#58;&lt;br /&gt;&lt;br /&gt;Note&amp;#58; If it is a new VSIP Package Project, it must be compiled once to see the menus &lt;br /&gt;&lt;br /&gt;Should be on home page, on last wizard screen when configuring a new VS Package, etc. Make it more clear&amp;#33;&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: PabloGaliano ** &lt;p&gt;Thanks for your feedback&lt;/p&gt;</description><author>PabloGaliano</author><pubDate>Mon, 03 Dec 2007 12:00:21 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Better notice that you have to compile before context menu item VSSDK Assist appears on project 20071203120021P</guid></item></channel></rss>