<?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>Developer Support Blog for Visual Studio Extensibility - All Comments</title><link>http://blogs.msdn.com/b/dsvst/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How to register existing packages to run under VS 2010 Experimental Instance</title><link>http://blogs.msdn.com/b/dsvst/archive/2010/03/08/how-to-register-existing-package-binaries-to-run-under-vs-2010-experimental-instance.aspx#10255970</link><pubDate>Thu, 12 Jan 2012 15:37:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10255970</guid><dc:creator>Francine</dc:creator><description>&lt;p&gt;Thanks for this blog entry.&lt;/p&gt;
&lt;p&gt;If your package assembly has references, do they need to be added to this project in a special way?&lt;/p&gt;
&lt;p&gt;I followed the steps above for my VS2005 extension package that I want to debug in the VS2010 experimental hive. &amp;nbsp;When I build at the end, I run into an error saying: &amp;quot;Could not load file or assembly &amp;#39;file:&amp;lt;path to my DeployToVS2010Exp project&amp;gt;\bin\Debug\DeployToVS2010Exp.dll&amp;#39; or one of its dependencies. The system cannot find the file specified.&amp;quot; (And there is no information in the File and Line columns of the error list. I can&amp;#39;t use Fusion Log Viewer to get an information either since it is not a load error...)&lt;/p&gt;
&lt;p&gt;Obviously it won&amp;#39;t find that DLL since that is the one I am specifically building. &amp;nbsp;So I assume it is complaining about my VS2005Package.dll that I added to the project. The file properties are correct, so maybe it is the dependencies of that file that are missing. I added the 5 DLLs that I know it references to the project references, but that didn&amp;#39;t help. Maybe I needed to add it to the reference section of the vsixmanifest, but non of the drop-down choices looked reasonable.&lt;/p&gt;
&lt;p&gt;Any thoughts?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10255970" width="1" height="1"&gt;</description></item><item><title>re: How to register existing packages to run under VS 2010 Experimental Instance</title><link>http://blogs.msdn.com/b/dsvst/archive/2010/03/08/how-to-register-existing-package-binaries-to-run-under-vs-2010-experimental-instance.aspx#10220780</link><pubDate>Wed, 05 Oct 2011 22:16:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10220780</guid><dc:creator>Ed Dore</dc:creator><description>&lt;p&gt;Hi Vic, &lt;/p&gt;
&lt;p&gt;User2 will not see the package, as each user has their own experimental instance courtesy of the Visual Studio SDK. If you want all users to see/use the package, you&amp;#39;ll want to actually redist/deploy your package via .VSIX, with the &amp;lt;AllUsers&amp;gt; element in your .vsixmanifest set to TRUE.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10220780" width="1" height="1"&gt;</description></item><item><title>re: How to register existing packages to run under VS 2010 Experimental Instance</title><link>http://blogs.msdn.com/b/dsvst/archive/2010/03/08/how-to-register-existing-package-binaries-to-run-under-vs-2010-experimental-instance.aspx#10209763</link><pubDate>Tue, 13 Sep 2011 06:49:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10209763</guid><dc:creator>Vic Vega</dc:creator><description>&lt;p&gt;Hi Ed Dore,&lt;/p&gt;
&lt;p&gt;Thanks for blog. Think User1 builds and registers the package (I assume it goes to HKCU). Now another user &amp;nbsp;(User2) logs into the machine. Will he able to use package registered by user1.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Vic&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10209763" width="1" height="1"&gt;</description></item><item><title>re: How to localize a managed VS Package</title><link>http://blogs.msdn.com/b/dsvst/archive/2009/05/26/how-to-localize-a-managed-vs-package.aspx#9929481</link><pubDate>Fri, 27 Nov 2009 19:04:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9929481</guid><dc:creator>phoenix26984</dc:creator><description>&lt;p&gt;Is there a solution or a work around for the known bug with the Visual Studio &amp;quot;Isolated Shell&amp;quot; installation that prevents the installation of localized resources ? Where can I find more info on this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9929481" width="1" height="1"&gt;</description></item><item><title>re: How to localize a managed VS Package</title><link>http://blogs.msdn.com/b/dsvst/archive/2009/05/26/how-to-localize-a-managed-vs-package.aspx#9709358</link><pubDate>Mon, 08 Jun 2009 23:53:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9709358</guid><dc:creator>sorporbear</dc:creator><description>&lt;p&gt;This is good info. Can you shed some lights on how to localize the UI of a custom project template wizard (a class implementing Microsoft.VisualStudio.TemplateWizard.IWizard)? I can't find much info on MSDN except I have to create a separate .vstemplate file in the corresponding lcid folder under Visual Studio install but that doesn't cover how resources get loaded from the custom wizard implemented in .NET.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9709358" width="1" height="1"&gt;</description></item><item><title>How to push F1 context keywords for property pages in the project designer? | ASP NET Hosting</title><link>http://blogs.msdn.com/b/dsvst/archive/2009/06/01/how-to-push-f1-context-keywords-for-property-pages-in-the-project-designer.aspx#9682538</link><pubDate>Tue, 02 Jun 2009 02:14:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9682538</guid><dc:creator>How to push F1 context keywords for property pages in the project designer? | ASP NET Hosting</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://asp-net-hosting.simplynetdev.com/how-to-push-f1-context-keywords-for-property-pages-in-the-project-designer/"&gt;http://asp-net-hosting.simplynetdev.com/how-to-push-f1-context-keywords-for-property-pages-in-the-project-designer/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9682538" width="1" height="1"&gt;</description></item><item><title>How to localize a managed VS Package | ASP NET Hosting</title><link>http://blogs.msdn.com/b/dsvst/archive/2009/05/26/how-to-localize-a-managed-vs-package.aspx#9642071</link><pubDate>Tue, 26 May 2009 23:13:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9642071</guid><dc:creator>How to localize a managed VS Package | ASP NET Hosting</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://asp-net-hosting.simplynetdev.com/how-to-localize-a-managed-vs-package/"&gt;http://asp-net-hosting.simplynetdev.com/how-to-localize-a-managed-vs-package/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9642071" width="1" height="1"&gt;</description></item></channel></rss>