I have just finished moving a large Embedded Visual Studio 4 (MFC) project to Visual Studio 2005. It was somewhat a painful experienece which I would not want others to have to endure. I am sure anybody else will have different problems but the solutions that helped me were
- build a new Visual Studio 2005 MFC …
Read MoreI had to have a new motherboard in my Dell 5150 laptop, one of the memory slots failed on the old one. Since the repair my laptop seems to have been running hot. Also when using Virtual PC 2004 SP1 the sessions seems to pause for a second or two from time to time. I have tried the hotfix for VPC 2004 and this seemed to …
Read MoreA day or so ago our CruiseControl stopped working, I was seeing loads of problems in the Get source stage. Basically it was timing out, but it had work last week! OK I had been trying to get MsTest integrated but that should not have effected the source control. After much fiddling including: Creating a new VSS DB …
Read MoreI have been trying to get Visual Studio 2005 Team Developer style unit tests working within CruiseControl. The documention says it should work, but is a little scant as to the detail of how to do it. So now I have it all going I thought an example of the working ccnet.config file with some comments might help other …
Read MoreIn my demo last week I extended a string class; I am pleased to say that after some ( quick ) investigation as predicted the calls to the class are identical. To explain extensions we can use the following code class Fred { string MyStringMethod ( string s ) { // do something } } string x = Fred.MyStringMethod(x); …
Read MoreLast Saturday I presented on LINQ at Developer Developer Developer. I stated that that much of LINQ was syntactic sugar ( very good low fat sugar) and in fact much of the work being done by the compiler effectively did repetetive work that we do day to day. I see this as very solid reoccurring theme in Microsoft …
Read MoreWinFX 3.0 is now .Net Framework 3.0 With the aim of providing us with consistency Soma has announced that from now on WinFX consisting of Windows Presentation Framework (Avalon) , Windows Communications Framework (Indigo) , Windows Workflow Foundation (WinOE) and Cardspace ( the product formaly known as Infocard ) will …
Read MoreI sorted a problem today that has been going on a while, how to load test data in unit tests without resorting to fixed paths. We had an class library assembly and an associated test project in Visual Studio 2005 Team Developer Edition. The problem was the methods we needed to test (via a unit test) had to load some …
Read MoreI have been struggling for a while with sharing DLLs between web services and WinForm application. Many people have written on this. All the articles all tend to be deeply technical and hence fairly tough going. However I have found a quick easy solution from these various documents, this posting tries to given some …
Read MoreAt DDD3 when I was demo'ing GUITester I said there was a problem with the tests that used multi-threading were failing. This used to work with .Net 1.1 but not with 2.0. Due to the short notice of doing the session I did not have time to find the answer before the talk. However I have found it now. As I had guessed the …
Read More