Archive for August, 2009


Dell ControlPoint Fix

Technorati Tags: Dell
Headline: After installing the latest version of .NET 4.0 I kept getting an error with SecurityDeviceInfoSetRegistryString.exe not being able to access the registry. There is a fix on the Dell site.
After I downloaded an update to the ControlPoint System Manager dated 4 Aug 2009, version 1.3.00000, A12. After I installed that things seem [...]

Using SQL Express with Visual Studio Test

Update: I like the looks of Jess Chadwick’s solution better… I’ll post another update after I try it.
Problem: I want to have a test project that I can easily give to someone else and they can run all the tests – even tests that run against SQL Express.

Sounds simple, but it doesn’t seem to be. [...]