At 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 MoreWell Developer Developer Developer Day 3 was interesting, a few months ago I had put in a proposal to speak at the event about GUITester, but it was not voted for, so I didn’t continue to work on the session.
So I arrived on Saturday expecting a relaxing day of sitting in the audience, and watching Robert pace up and …
Read MoreI am speaking at Developer Developer Developer Day 3 at Microsoft in Reading tomorrow, on Linq.
I'll be providing an overview of up and coming features for CSharp 3.0, VB 9.0 and the .NET Language Integrated Query (LINQ). Covering features such as: anonymous types, lamda expressions, deep XML support, implicitly typed …
Read MoreWith my current implementation of the GUITesting framework integrated with Test Projects within VS.Net, I end up with all the GUITests in a single [TestMethod]. This is a far from perfect solution, if nothing else it is hard to debug, you only see the first failing test.
So I thought what I need to do is automatically …
Read MoreI have rebuilt the GUITesting framework using VS.Net 2005. No changes really, the built in converter from VS.Net 2003 to 2005 did the job with no errors. At this time I have not done any work to exploit the new features of .NET 2.0.
However, what I have had a look at is integrating the new testing features of VS.Net …
Read MoreI reinstalled Vista again on my Dell 5150, but this time I used the Nvidia drivers from the http://www.nvidia.com/page/technology_vista_home.html and my lack of a login prompt has not reappeared.
However, it is not all good news, the Aero interfaces has only appeared once, the rest of the time it is the non-Aero …
Read More- I have been battling with Vista CTP (5308) for a few days. I have now installed it twice on my Dell Inspiron 5150 (80MB drive, 2Gb memory, Bios A38) and both times it has installed fine, automatically updated the Nvidia FX5200 driver via Windows update and let me install applications, rebooting a few times as I go …
Read More I have been fighting an authentication problem on this all day with the new ReportViewer in ASP.Net 2.0.
I have been getting 401 authorisation errors when I tried to set any parameters (or run a report with no parameters) inside the viewer.
Turns out the problem was that the _ReportViewer1.ServerReport.ReportServerUrl …
Read More- We had been running our blogs using separate single blog installations of .Text .94 for best part of two years without any major issues. With the release of Community Server 2.0 we decided that it was a good idea to upgrade, the danger of getting left behind on the upgrade path was just too real. So how do you go from …
Read More We have been running .Text 0.94 for a good while now, and all has been OK until a couple of weeks ago. We noticed an increase in Spam and that IE7 beta did not render some of the pages correctly, so making editing hard.
So I took this chance to update to the newly release Community Server 2.0, I will post my …
Read More