Skip to main content

Blog

Of Windows Live Writer Beta 2 and crippling Windows updates

·1 min

This is my first post using Windows Live Writer Beta 2. I must say, it looks nicer than the first beta (having a Windows Vista-proof UI), but that’s not all… Some of the features that were added are pretty darn cool (auto-ping on post, table editing) or just plain good (use the same window for multiple posts, finally!). I am missing the spelling checker though… My first feeling: this is a pretty big step ahead for Windows Live Writer.

Riddle me this…

·1 min

I ran into a nice little riddle on thinkgeek.com{.} today (in the shirts section).
If you enjoy silly humor: take a look over there.

How many people can read hex if only you and dead people can read hex?

Build problem – Solved

·2 mins

Yesterday, I posted about a problem with MSBuild building our solution. We solved it, so I wanted to let you in on the secret solution.

We use the Enterprise Library V1.2 in some of our projects. And because some of the projects are being re-used from other internal projects, not all the references in thos projects were checked for versions. As it turned out, another project had a reference to an enterprise library assembly with a runtime version of .NET 2.0. And allthough this project compiled succesfully, local and on the build server, it broke the build of one of the other projects. This project (the one with the wrong reference) didn’t need the EntLib reference, so it ‘disappeared’ because of optimization. But reference resolving had resolved it, and pointed to EntLib 3.0. Later in the build the project which failed did need the EntLib file, and used the allready resolved assembly location.

Changed host

·1 min

As I mentioned before, bloggingabout.net got a bit unstable recently. Our administrator saw this, and migrated us to a new host. All DNS servers should be updated by now, so the new host is fully operational. This should make us fully stable again. Together with this move, he also updated our community to Community Server 2007. And because we were into making changes, I updated the look of my blog (again… 😉 ).

MSBuild – Compilation error

·2 mins

Our current project uses the possibilities of MSBuild to have a daily build on a TFS server. This has been working up until yesterday somewhere around noon. Nobody knows what exactly happened, but it stopped working after our successful build of 11:42 am.

MSBUILD : warning : Specified cast is not valid

·1 min

At my current project we use Team Foundation Server together with the possibility to have a daily build through MSBuild. Over the weekend, the build failed. Because our ‘build master’ called in sick this morning, I took it upon me to fix the build. But compiling the sources was no problem, because that finished without any errors. And there were no failing (unit)tests. Even better: there were no tests which had run at all! There were ’no test results to display’. The only thing I found in the build log (which is pretty big in a 70+ project solution!) that could indicate a problem was a warning from MSBuild:

Blog unstable

·1 min

You’ve probably noticed it yourself. Bloggingabout.NET seems to be a bit unstable since a week or so. But it’s not just us: my rss reader indicates https://weblogs.asp.net has had some problems lately too. Is there any relation between these two sites? Do they happen to use the same database server? Or is it all just purely coincidence…

Halo 3 betalicious video

·2 mins

A Halo 3 video has been posted at the Microsoft website, which can be found through the Bungie website. The article containing the link starts out with this next sentence:

Maybe you’ve heard of him, maybe you haven’t… but around Microsoft, Mr. Jukes has established a name for himself as a tireless, hardcore and fanatical player of Halo who isn’t too shabby in the video production department either.

LogicaCMG open house (The Netherlands)

·1 min

Thursday the 10th of May LogicaCMG The Netherlands organises an open house for ICT professionals. From 4 pm until 9 pm colleagues will be available to answer any and all questions you might have about (working at) LogicaCMG. People active in all of our competences will be present. The open house is hosted at some of our locations across the country. This time, the lucky locations are: Amstelveen, Arnhem, Eindhoven, Rotterdam and Rijswijk. I myself will be present at our location in Eindhoven. To sign up, just send me your info. Try to add your name, address, phonenumber, e-mail address and if possible your curriculum vitae. You can find more info at https://www.logicacmg.nl/openhuis (Dutch page).

Unit Test Adapter threw an exception

·1 min

“Unit Test Adapter threw exception: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information..”

This error popped up at one of the testers of our project this morning. The unittests he selected worked fine on my machine, but all failed on his with the above message. After searching a bit we found that the only thing which was different between my testrunconfig and his was that he enabled code coverage for the assembly these unittests were pounding away at. As it turns out, this error appears when code coveraging (is that even a word?) a signed assembly without re-signing it.

My new configs, and more …

·2 mins

It took me a while, but in the end everything worked out and life’s good… Most important changes are I have my very own server now, containing all the general stuff like mail, music, development stuff and that kind of data.
My workstation received a small update (I was able to upgrade based on the ‘old’ machine of a friend) and is now running Vista quite smoothly. To be honest, I haven’t found any major issues yet.