<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>SuperSKa Weblog : Visual Studio 2008</title><link>http://msmvps.com/blogs/superska/archive/tags/Visual+Studio+2008/default.aspx</link><description>Tags: Visual Studio 2008</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Visual Studio Coloring Scheme</title><link>http://msmvps.com/blogs/superska/archive/2008/11/26/visual-studio-coloring-scheme.aspx</link><pubDate>Wed, 26 Nov 2008 08:49:34 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1655104</guid><dc:creator>Stefan Kamphuis</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/superska/rsscomments.aspx?PostID=1655104</wfw:commentRss><comments>http://msmvps.com/blogs/superska/archive/2008/11/26/visual-studio-coloring-scheme.aspx#comments</comments><description>&lt;p&gt;I’ve been noticing quite a few developers start to change the default coloring scheme of Visual Studio to “something darker”. It’s supposed to be more relaxing for your eyes and hey… we all want to be relaxed while coding, right? I mean, we don’t want it to start to look like working. &lt;p&gt;Well, today I found myself a few minutes to browse for a nice coloring scheme to use myself. Tried to find a few a bit Blend-ish, but found most somewhat too colorful. Too much contrast doesn’t feel all that right to me. &lt;p&gt;Eventually I decided to stick with &lt;a href="http://www.canerten.com/my-visual-studio-color-scheme-friendly-ide/" target="_blank"&gt;this one&lt;/a&gt; for a while, not in the last place because it has&amp;nbsp; some settings to make &lt;a href="http://www.jetbrains.com/resharper/" target="_blank"&gt;Resharper&lt;/a&gt; fit in nicely. Besides that, the colors seem bright at first, but are well chosen. I did change some font sizes from rather large to rather small (like for the Output Window), downloadable below. &lt;/p&gt; &lt;p&gt;I should try and see how many hours I can work without taking a break with these colors &lt;img alt="Nerd" src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/49_49.gif" /&gt;.&lt;/p&gt; &lt;p&gt;Anyway: here&amp;#39;s screenshot: &lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/superska.VisualStudioColoringScheme_5F00_8A28/image_5F00_2.png"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="243" alt="image" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/superska.VisualStudioColoringScheme_5F00_8A28/image_5F00_thumb.png" width="244" border="0" /&gt;&lt;/a&gt;  &lt;p&gt;And here&amp;#39;s the download from my Sky Drive: &lt;p&gt;&lt;iframe style="border-right:#dde5e9 1px solid;padding-right:0px;border-top:#dde5e9 1px solid;padding-left:0px;padding-bottom:0px;margin:3px;border-left:#dde5e9 1px solid;width:240px;padding-top:0px;border-bottom:#dde5e9 1px solid;height:66px;background-color:#ffffff;" src="http://cid-7459ada2048d9e82.skydrive.live.com/embedrowdetail.aspx/Public/Friendly|_IDE|_2008%20-%20SuperSKa.zip" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Have fun!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1655104" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/superska/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category></item><item><title>The custom tool 'MSLinqToSQLGenerator' failed</title><link>http://msmvps.com/blogs/superska/archive/2008/06/22/the-custom-tool-mslinqtosqlgenerator-failed.aspx</link><pubDate>Sun, 22 Jun 2008 07:30:54 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1636636</guid><dc:creator>Stefan Kamphuis</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/superska/rsscomments.aspx?PostID=1636636</wfw:commentRss><comments>http://msmvps.com/blogs/superska/archive/2008/06/22/the-custom-tool-mslinqtosqlgenerator-failed.aspx#comments</comments><description>&lt;p&gt;&amp;quot;Oh darn... it&amp;#39;s &lt;em&gt;one of those&lt;/em&gt; again&amp;quot;. That was there first thing I thought recently when all-of-a-sudden I got an error in VS2008 after trying to open up a generated DBML file in the Object Relational Designer:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&amp;quot;The operation could not be completed.&amp;quot;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Now that&amp;#39;s helpful, isn&amp;#39;t it? After a bit of digging in the output window I also found this one:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&amp;quot;The custom tool &amp;#39;MSLinqToSQLGenerator&amp;#39; failed.&amp;nbsp; Could not retrieve the current project.&amp;quot;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;The part about the custom tool lead me to think it would probably be an issue with an AddIn. But unfortunately, the AddIn manager in VS2008 doesn&amp;#39;t have an entry for this tool. But still this was close to the solution. Somehow, somewhere (in a galaxy far, far away) Visual Studio encountered an error in the tool and must have marked it not be started again. Ever.&lt;/p&gt; &lt;p&gt;Anyway: In the registry, I deleted all subkeys below &lt;em&gt;HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Packages &lt;/em&gt;and it worked like a blast again.&lt;/p&gt; &lt;p&gt;Thanks to &lt;a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2461259&amp;amp;SiteID=1" target="_blank"&gt;this post on the MSDN forums&lt;/a&gt;.&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:58a06727-87b6-490b-9475-e0445790a897" style="padding-right:0px;display:inline;padding-left:0px;padding-bottom:0px;margin:0px;padding-top:0px;"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/LINQ" rel="tag"&gt;LINQ&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Visual%20Studio%202008" rel="tag"&gt;Visual Studio 2008&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1636636" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/superska/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category></item></channel></rss>