The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,262 other subscribers

Archive for March, 2011

Congrats, you’ve gained the privilege – access to #moderator tools – Jeroen Pluimers – #StackOverflow

Posted by jpluimers on 2011/03/31

Wow, it seemed enough people liked my contributions to StackOverflow to give me access to the moderator tools.

Great power comes with great responsibility, so I will be very careful when exercising moderator power.

Thanks to everyone how voted (up or down!) on my contributions!

–jeroen

via: User Jeroen Pluimers – Stack Overflow.

Posted in Opinions | Leave a Comment »

Bootstrap and DVD ISO Download details: Microsoft Visual Studio 2010 Service Pack 1

Posted by jpluimers on 2011/03/30

The Download details: Microsoft Visual Studio 2010 Service Pack 1 (Installer) initially lets you download a bootstrap installer that only downloads the Service Pack 1 parts you actually need.

A bit further down on that page is the link to the full ISO DVD image with the anything you might need when updating multiple systems.

–jeroen

Posted in .NET, Development, Software Development, Visual Studio 2010, Visual Studio and tools | Leave a Comment »

Delete a Team Project from Team Foundation Server

Posted by jpluimers on 2011/03/30

Somehow, deleting TFS projects is still not integrated in a default UI.

You can use TFSDeleteProject from the command-line though.

The TFSDeleteProject tool works for TFS 2005, 2008 and 2010, as these posts show:

It is usually in a directory like “\Program Files\Visual Studio 9\Common7\IDE\”.
Oh: don’t put quotes around “Project-Name“:

TfsDeleteProject /server:myteamserver.benday.com Project-Name

–jeroen

via Delete a Team Project from Team Foundation Server.

Posted in Development, Software Development, Source Code Management, TFS (Team Foundation System) | Leave a Comment »

Should I really install Windows 7 x64 SP1 after so many people get BSODs?

Posted by jpluimers on 2011/03/29

I’m hesitating to install Windows 7 SP1 on my development machines.

I do use the MUI language packs, and people doing that get BSODs after installing SP1.

Michael S. Kaplan (one of Microsoft’s nicest i18n people), wrote it like this: Lack of confidence in a feature can keep me from installing it. Oh yeah, a BSOD can, too (in a reaction to Why am I receiving “Error C000009A” after installing Windows 7 Service Pack 1 (SP1)?)

Two weeks ago, I had two co-workers that got a C00000034 too on difference machines; those could be resolved (not to complete satisfaction, but they could work) and cost a couple of hours work.

Opinions, anyone?

–jeroen

Posted in Opinions, Power User, Windows, Windows 7 | 1 Comment »

C# Toolbox: Debug-able, Self-Installable Windows Service Template Redux | Visual Studio Feeds

Posted by jpluimers on 2011/03/29

James Michael Hare finally published his Debug-able, Self-Installing Windows Service Template download.

Quote: Read the rest of this entry »

Posted in .NET, C#, Development, Software Development | 2 Comments »