in

QuestMaster.NET

A Quest for the Perfect Program, and a Quest for Life

Life, Universe And Everything According To Dirk

We apologize for the inconvenience

Dezember 2007 - Posts

  • Alan Parsons - Live In Madrid reprise

    I put in the Alan Parsons Live In Madrid DVD again the other day, and I noticed a couple of subtle Pink Floyd references.  I was probably extra-sensitive to those because I had listened to Pulse and In The Flesh before.

    During the "spooky" section of Psychobable, you can vaguely hear (and see) the drummer whispering into his mike.  He's saying things like "There's no reason to be afraid of dying, you gotta go sometime".  And I can't shake the feeling that this version of the spooky section sounds suspiciously like On The Run.  Both snippets are taken from Dark Side Of The Moon, on which Alan Parsons was the sound engineer.

    The second is at the start of Sirius: the guitarist plays the typical "ploing-Ploing-ploing-plooing" from Shine On You Crazy Diamond (on Wish You Where Here).  As far as I know, Alan Parsons was not involved with that album, however.

    Posted Dez 22 2007, 04:48 by Dirk with no comments
    Filed under:
  • ReSharper, DXCore and GhostDoc can co-exist at last

    Maybe this has been possible for some time, but I finally got the combination of ReSharper, DXCore and GhostDoc to co-exist peacefully on my Vista machine.  I'm using:

    • Resharper 3.0.2
    • DXCore 2.5.10
    • GhostDoc 2.1.2

    Why is this important: it enables me to use CR_Documentor, giving a very nice almost real-time preview of XML comments in a tool window.  This is important for XML comment fetishists like me.

    Posted Dez 21 2007, 11:08 by Dirk with no comments
    Filed under:
  • Cryptographic failure while signing assembly: Unknown error (8013141c)

    I started experiencing a Cryptographic failure while signing assembly: Unknown error (8013141c) after moving my Visual Studio 2005 solutions to Visual Studio 2008.  The reason: I'm using strongly named assemblies, and I was running Visual Studio 2005 as Administrator.  Visual Studio 2008 does not require me to run as Administrator, so I use it with my normal user account.

    Now unfortunately, this normal user account doesn't have the appropriate permissions needed to access the folder that contains the cryptographic key containers.  Here's how to fix this (on Windows Vista):

    1. Open C:\ProgramData\Microsoft\Crypto\RSA in Windows Explorer  (ProgramData is a hidden folder)
    2. Right-click on MachineKeys and click Properties
    3. Click on the Security tab
    4. Click on the Advanced button
    5. Click on Edit (you'll have to elevate or provide administrator credentials here)
    6. Click on Add
    7. Enter Debugger Users in the Enter to object name to select field
    8. Click Check Names
    9. Click OK
    10. Allow Full Control
    11. Click OK
    12. A couple of error messages appear, click to close them
    13. Click OK
    14. You're good to go

    You should probably investigate whether you can get away with less than Full Control, though.

    Posted Dez 15 2007, 01:01 by Dirk with no comments
    Filed under:
  • Visual Studio 2008 At High (*) DPI Settings

    (*) "High" as in "more than 96"

    I have a frustrating issue with VS2008 on my Vista machine, but luckily I found a solution.

    Here's the issue: As long as my Windows DPI settings are set to the default of 96 DPI, everything is fine.  But when I set the DPI settings higher, things start to go wrong.  With “wrong” I mean:

    • Some fonts in the IDE are larger than others
    • Popup menus appear in the wrong place, sometimes partly outside the screen area
    • Intellisense menus appear at seemingly random positions all over the screen
    • Team Explorer is only useable with keyboard commands, since mouse-clicks and mouse-hovers arrive at wrong places on screen.

    The frustrating thing is that for a non-WPF application, the “old” VS2005 behaved surprisingly well at higher DPI settings.  Somehow MS screwed this up with Orcas.

    This means: VS2008 is practically unusable on the notebook screen of my Dell Inspiron M65, which has a 150 DPI panel.  My Samsung 204B external monitor has a 100 DPI panel, but using a 96 DPI setting makes everything small.  In fact, I like to use a setting of 120 DPI to give letters a comfortable size.

     

    And now for the solution: buried within a comment on an entry from Scott Guthrie's blog, a fellow calling himself Deepak gives a solution: disable display scaling:

    Turning off display scaling (from right click devenv -> properties -> compatibility tab in Vista) brings back things to normal.

    And sure enough, when I modified my VS2008 shortcut according to these instructions, most (if not all) of my issues seem to have disappeared.

  • Fishmaster

    A friend of mine told me about Wishmaster - The Misheard Lyrics on YouTube.  Hilarious!

    Posted Dez 10 2007, 10:14 by Dirk with no comments
    Filed under:
  • LINQPad - Yes, I'm Tired of SQL

    LINQPad is a tool for learning LINQ, and incidentally for replacing SQL Management Studio.  Playing around with Linq and seeing how much more elegant it is to phrase queries in Linq rather than SQL, I really feel sooo tired of SQL.  I'm missing Linq, and I wish the whole world would upgrade to .NET 3.5 right now.

    Shameless plug: Actually, SQL disappeared out of my life almost a year ago, when I started working for Tech Talk.  They have an O/R Mapping product, called Genome.  And Genome even has LINQ Integration.

    Posted Dez 08 2007, 06:08 by Dirk with no comments
    Filed under:
  • Windows Vista - Do Not Board This Train

    The ÖBB, Austria's (formerly) federal railroad agency, offers companies (and people I assume) the possibility to endorse a train.  So I could go ahead, endorse a train, and have the seductive female voice in stations announce "ICE 123 Dirk Rombauts with destination Antwerp is arriving at platform 42".

    Apparently, Microsoft chose to market Windows Vista in Austria through that channel too.  Just too bad the the ÖBB are advising people not to use Windows Vista after all ("Bitte nicht einsteigen" is German for "Do not board this train"):

     Windows Vista - Do Not Board This Train

    Posted Dez 07 2007, 09:46 by Dirk with no comments
    Filed under:
Copyright Dirk Rombauts
Powered by Community Server (Non-Commercial Edition), by Telligent Systems