Archive for May, 2009
AttachDbFilename
Today I tried to start a sample program which contains a connection string like this:
const string connectionString = @”Data Source=.\SQLEXPRESS; AttachDbFilename=|DataDirectory|\SampleInstanceStore.mdf; Integrated Security=True;Asynchronous Processing=True”;
I got the following error message:
System.Data.SqlClient.SqlException: An attempt to attach an auto-named database for file C:\Users\Martin\Some more subfolders\SampleInstanceStore.mdf failed. A database with the […]
Posted: May 28th, 2009 under SQL Server.
Comments: none
WF 4.0
The beta 1 version of Visual Studio 2010 and .NET 4.0 has been released to the general public.
On June 23, 2009 the .NET Usergroup Köln will host several short presentations about the new features (in German). My part will be to talk about the revised version of Windows Workflow Foundation. You are cordially invited. Reservation […]
Posted: May 20th, 2009 under .NET.
Comments: none
FitNesse .NET
Until very recently I did not know about the acceptance test framework Fit (Framework for Integrated Test) and its Wiki-GUI FitNesse. But now they’ve been brought to my attention both by Stefan Lieser, who made a very good presentation at Bonn-To-Code, and by a company with long experience using this system for their Java projects.
FitNesse […]
Posted: May 12th, 2009 under .NET, Java.
Comments: none