<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>SP2010 and VS2010</title>
        <link>http://www.darrinbishop.com/blog/category/24.aspx</link>
        <description>SP2010 and VS2010</description>
        <language>en-US</language>
        <copyright>Darrin Bishop</copyright>
        <managingEditor>dbishop@darrinbishop.com</managingEditor>
        <generator>Subtext Version 1.9.4.78</generator>
        <item>
            <title>Developing Applications for SharePoint 2010  Released</title>
            <link>http://darrinbishop.com/blog/archive/2010/07/01/157.aspx</link>
            <description>&lt;p&gt;&lt;font size="2" face="Tahoma"&gt;Many of you know that I have been involved in an advisory role with the Patterns &amp;amp; Practice team for SharePoint.  Yesterday the P&amp;amp;P team wrapped up the 2010 guidance for developing apps using SharePoint 2010.  If you are a SharePoint developer then at an absolute minimum, you MUST read the documentation that is included in the downloads.  The P&amp;amp;P team has some of the best guidance on the various topics covered.  Also included in the download is code that will provide some core infrastructure to your SharePoint 2010 projects such as logging and configuration.    &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2" face="Tahoma"&gt;Developing Applications for SharePoint 2010 is located at:&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/ff770300.aspx"&gt;http://msdn.microsoft.com/en-us/library/ff770300.aspx&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://darrinbishop.com/blog/aggbug/157.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Darrin Bishop</dc:creator>
            <guid>http://darrinbishop.com/blog/archive/2010/07/01/157.aspx</guid>
            <pubDate>Thu, 01 Jul 2010 17:01:44 GMT</pubDate>
            <comments>http://darrinbishop.com/blog/archive/2010/07/01/157.aspx#feedback</comments>
            <wfw:commentRss>http://darrinbishop.com/blog/comments/commentRss/157.aspx</wfw:commentRss>
            <trackback:ping>http://darrinbishop.com/blog/services/trackbacks/157.aspx</trackback:ping>
        </item>
        <item>
            <title>SharePoint 2010 Hangs after Visual Studio 2010 F5 Debugging</title>
            <link>http://darrinbishop.com/blog/archive/2010/06/24/156.aspx</link>
            <description>&lt;p&gt;&lt;font size="3" face="Tahoma"&gt;Lately I have been having some issues with debugging a fairly simple Visual  Studio 2010/SharePoint 2010 project.   Whenever I deploy the project to the farm,  Internet Explorer launches, tries to connect to the SharePoint site and more often than not  the web server times out before the debugger is attached and the site is up and running.  Occasionally it loads after a long wait period but will normally time out before I get a chance to do any real debugging.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3" face="Tahoma"&gt;Watching VS 2010 I can see that the Visual Studio has packed and deployed the solution quickly. What I notice was the symbols loading slowly. This was noticeable because VS displays the symbols loading at the bottom of the screen. Normally these will load quick enough that they are hard to read.  Now I had time to write them by hand.  &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3" face="Tahoma"&gt;Retraction of the solution by VS2010 performed quickly.  If I did a Ctr-F5 to Run with out Debugging the solution was deployed and the site was displayed very quickly which makes sense because the debugger was not trying to attach to the process.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3" face="Tahoma"&gt;After doing some Binging on symbols slow to load there seems to be a set of potential reason why Visual Studio ( and not just VS 2010) will slow down when loading symbols. Most issues relate to someone changing the location to retrieve the symbols such as Microsoft ( internet latency) and having networked drives that were not attached ( time outs waiting on the drives). There was even an article about multiple version of the .Net framework potentially causing an issue. None of these issues appeared to be the cause of the problem. I even went as far as doing a repair on VS 2010.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3" face="Tahoma"&gt;After more digging, I ran across a single forum thread that someone commented on the fact that the debugger was slow to attach because of a "bad" breakpoint.  Basically  the post suggested that a breakpoint that might have been valid at one time, was no longer valid for whatever reason and the debugger was stumbling over it slowing down the attachment process.  &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3" face="Tahoma"&gt;The solution to my issue? Simply delete all the breakpoints in the project.  Right after I deleted all the breakpoints Visual Studio deployed the solution and the site launched in seconds, not minutes.  It appears that deleting all the breakpoints using the "Delete All Breakpoints" menu item under the Debug menu removed all valid and "invalid" breakpoints and let me get back to work which for today is a custom Web Part using Model View Presenter.&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;&lt;img src="http://darrinbishop.com/blog/aggbug/156.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Darrin Bishop</dc:creator>
            <guid>http://darrinbishop.com/blog/archive/2010/06/24/156.aspx</guid>
            <pubDate>Thu, 24 Jun 2010 12:58:44 GMT</pubDate>
            <comments>http://darrinbishop.com/blog/archive/2010/06/24/156.aspx#feedback</comments>
            <wfw:commentRss>http://darrinbishop.com/blog/comments/commentRss/156.aspx</wfw:commentRss>
            <trackback:ping>http://darrinbishop.com/blog/services/trackbacks/156.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio 2010 SharePoint Power Tools Available</title>
            <link>http://darrinbishop.com/blog/archive/2010/06/18/155.aspx</link>
            <description>&lt;p&gt;&lt;font size="3" face="Tahoma"&gt;Mike Morton and the  Visual Studio team that created the SharePoint tools have released a VS 2010 SP Power Tools pack.  The Power Tools pack includes  a Visual Web Part that can be deployed as part of a Sandbox Solution and an extension to display build errors when a developer inadventantly uses types or members in a sandbox solution that are not allowed. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3" face="Tahoma"&gt;For those who have not yet used a Visual Web Part it is a Web Part that encapsulates a user control which allows for a very nice design experience but up until now it was not allowed in a Sandbox solution.  The ability to  create a Visual Web Part and place it in the sandbox  will make it easier to deploy Web Parts.  Hats of to Mike and the VS team!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3" face="Tahoma"&gt;&lt;font face=""&gt;Download the VS 2010 SharePoint Power Tools at:&lt;br /&gt;
&lt;a target="_blank" href="http://visualstudiogallery.msdn.microsoft.com/en-us/8e602a8c-6714-4549-9e95-f3700344b0d9"&gt;http://visualstudiogallery.msdn.microsoft.com/en-us/8e602a8c-6714-4549-9e95-f3700344b0d9&lt;/a&gt;&lt;/font&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;&lt;img src="http://darrinbishop.com/blog/aggbug/155.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Darrin Bishop</dc:creator>
            <guid>http://darrinbishop.com/blog/archive/2010/06/18/155.aspx</guid>
            <pubDate>Fri, 18 Jun 2010 12:27:56 GMT</pubDate>
            <comments>http://darrinbishop.com/blog/archive/2010/06/18/155.aspx#feedback</comments>
            <wfw:commentRss>http://darrinbishop.com/blog/comments/commentRss/155.aspx</wfw:commentRss>
            <trackback:ping>http://darrinbishop.com/blog/services/trackbacks/155.aspx</trackback:ping>
        </item>
    </channel>
</rss>