Posts Tagged ‘.NET’

Bizarre Visual Studio 2008 Error Message

Posted on June 10th, 2009 by macskeptic

This remembers me of the good ol’ crazy nonsense errors from Oracle:

The screen is all blurred to maintain privacy because that’s my work PC.
I’ve got this pretty awesome message by trying to save a file during a build. That’s the kind of thing that makes a programmer day.

setting app.config for different environments

Posted on May 28th, 2009 by Koiti Takahashi

Imagine the following scenario: You have a project that you just developed in your local machine and want to deploy it into the CI (Continuous Integration) and approval environments. In this project, there is a configuration file (app.config) that contains a few settings, for instance, connection strings and log file directory.
Quite common isn’t it? So, [...]