<?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>Jon Gallant's Blog : visual studio</title><link>http://blogs.msdn.com/jongallant/archive/tags/visual+studio/default.aspx</link><description>Tags: visual studio</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Solution to the exception: "the data necessary to complete this operation is not yet available" when debugging Windows Mobile apps</title><link>http://blogs.msdn.com/jongallant/archive/2009/12/02/solution-to-the-exception-the-data-necessary-to-complete-this-operation-is-not-yet-available-when-debugging-windows-mobile-apps.aspx</link><pubDate>Wed, 02 Dec 2009 22:36:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9931656</guid><dc:creator>jongallant</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jongallant/comments/9931656.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jongallant/commentrss.aspx?PostID=9931656</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jongallant/rsscomments.aspx?PostID=9931656</wfw:comment><description>&amp;#160; The exception &amp;quot;the data necessary to complete this operation is not yet available&amp;quot; can mean that the app you are trying to debug is already running on the device.&amp;#160; Go to the device, close the app and try again. HTH Jon...(&lt;a href="http://blogs.msdn.com/jongallant/archive/2009/12/02/solution-to-the-exception-the-data-necessary-to-complete-this-operation-is-not-yet-available-when-debugging-windows-mobile-apps.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9931656" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jongallant/archive/tags/solution/default.aspx">solution</category><category domain="http://blogs.msdn.com/jongallant/archive/tags/.net/default.aspx">.net</category><category domain="http://blogs.msdn.com/jongallant/archive/tags/debug/default.aspx">debug</category><category domain="http://blogs.msdn.com/jongallant/archive/tags/visual+studio/default.aspx">visual studio</category><category domain="http://blogs.msdn.com/jongallant/archive/tags/mobiledev/default.aspx">mobiledev</category><category domain="http://blogs.msdn.com/jongallant/archive/tags/mobile/default.aspx">mobile</category></item><item><title>Solution to the Exception: Connection failed. The device security configuration disallowed the connection. Ensure that you have the appropriate certificates on your device for development. Review your SDK documentation for proper security settings for conn</title><link>http://blogs.msdn.com/jongallant/archive/2009/11/23/solution-to-the-exception-connection-failed-the-device-security-configuration-disallowed-the-connection-ensure-that-you-have-the-appropriate-certificates-on-your-device-for-development-review-your-sdk-documentation-for-proper.aspx</link><pubDate>Mon, 23 Nov 2009 11:35:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9927212</guid><dc:creator>jongallant</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jongallant/comments/9927212.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jongallant/commentrss.aspx?PostID=9927212</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jongallant/rsscomments.aspx?PostID=9927212</wfw:comment><description>You will get this exception if you try to debug on a physical device from Visual Studio and haven’t install the debug certificates. “Connection failed. The device security configuration disallowed the connection. Ensure that you have the appropriate certificates...(&lt;a href="http://blogs.msdn.com/jongallant/archive/2009/11/23/solution-to-the-exception-connection-failed-the-device-security-configuration-disallowed-the-connection-ensure-that-you-have-the-appropriate-certificates-on-your-device-for-development-review-your-sdk-documentation-for-proper.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9927212" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jongallant/archive/tags/solution/default.aspx">solution</category><category domain="http://blogs.msdn.com/jongallant/archive/tags/debug/default.aspx">debug</category><category domain="http://blogs.msdn.com/jongallant/archive/tags/windows+mobile/default.aspx">windows mobile</category><category domain="http://blogs.msdn.com/jongallant/archive/tags/visual+studio/default.aspx">visual studio</category></item><item><title>Solution to the SQL Server 2008 with Visual Studio 2008 SP1 Install Exception: "SQL Server 2008 setup requires .NET Framework 3.5 to be installed"</title><link>http://blogs.msdn.com/jongallant/archive/2008/11/19/solution-to-the-sql-server-2008-with-visual-studio-2008-sp1-install-exception-sql-server-2008-setup-requires-net-framework-3-5-to-be-installed.aspx</link><pubDate>Wed, 19 Nov 2008 22:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9125660</guid><dc:creator>jongallant</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jongallant/comments/9125660.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jongallant/commentrss.aspx?PostID=9125660</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jongallant/rsscomments.aspx?PostID=9125660</wfw:comment><description>You would have never guess this by the error message, but ""SQL Server 2008 setup requires .NET Framework 3.5 to be installed" when you have Visual Studio 2008 SP1 installed means that you need to install Windows Installer 4.5, which can be found here:...(&lt;a href="http://blogs.msdn.com/jongallant/archive/2008/11/19/solution-to-the-sql-server-2008-with-visual-studio-2008-sp1-install-exception-sql-server-2008-setup-requires-net-framework-3-5-to-be-installed.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9125660" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jongallant/archive/tags/solution/default.aspx">solution</category><category domain="http://blogs.msdn.com/jongallant/archive/tags/sql+server+2008/default.aspx">sql server 2008</category><category domain="http://blogs.msdn.com/jongallant/archive/tags/visual+studio/default.aspx">visual studio</category></item></channel></rss>