Skip to main content

Blog

Hooray (x 2) for MSDN library Community content

·2 mins

There are several steps to creating a custom web service to be hosted in SharePoint. The MSDN library{.} has a walkthrough on creating a custom web service{.}. After having followed this walkthrough thoroughly, I though my web service was good to go. Unfortunately all I saw was an error: “Could not load type ‘ThisAndThat’ from assembly ‘SoAndSo’”. Just as I was about to search for an answer somewhere online, I remembered that the MSDN library features the Community content for little over a year now{.} (hooray!).

rick van den bosch .net – part 1

·1 min

So that’s part 1: www.rickvandenbosch.net is now online. There’s nothing to be found over there yet, but the domain has been delivered. Oh, and there’s an easy redirect to my blog, so that goes back here ;). From now on, you can also use rickvandenbosch.net/blog as the url to find my blog. I’m currently talking to the bloggingabout.net admin to mirror my content over there, for now it’s just a redirect. Keep posted for more updates on the new domain.

Finally getting some coding done

·1 min

The last weeks have been filled with holidays and introductional days at my new employer{.}. Because of that, I haven’t had the time to realy dive into Visual Studio 2008, although I have played around with it since the RTM version was available. Since this week I’ve been writing some serious code in VS2008 for my new personal site (more about this later!). I can only agree with what Pieter de Bruin said in his post about the new line of developer tools and additions: “If you are building .NET 2.0 applications, you really should take a look at all of the above”.

Best wishes

·1 min

All the best for the year 2008!
I hope we will be hearing/reading a lot of each other this year 😉

Which blog software to use …

·1 min

I’m thinking of hosting a blog myself. Most important reason would be that bloggingabout.net doesn’t allow some stuff like scripts, embedding flash and links to things like the ‘connect with me’ button and so on. Which is completely understandable by the way. What I’m not sure about is which software to use. Do you guys have any tips on which blogging software to use? Or maybe even on if I should or shouldn’t host it for myself? If you do, let me know.

Two more weird messages / mess-ups …

·1 min

A Dutch web site, made in SharePoint, uses a specific ActiveX.
Only the name of that control is not really specific:
Image missing


The MSDN forums haven’t been available the last couple of hours.
The message isn’t so pretty:
Image missing

“Some of the properties associated with the solution could not be read”

·1 min

Next to the message in the subject, one of the symptoms we encountered is that although the solution contains some test projects the ‘Create private accessor’ menu has disappeared. Also, selecting ‘Create unit tests…’ produces an error. And when editing a testrun config and selecting the ‘Code coverage’ option, the settings dialog simply closes, without any message.

Why elaboration should be done with a SMALL team

·2 mins

Image missing

A [wikipedia:RUP] project consists of 4 different phases. The elaboration phase (the second phase in the RUP project lifecycle) is normally done with a small team. One of the important reasons for this is that you want to define the basic form of your architecture. This means you think about concepts, elaborate on them, develop proof of concepts and select the ones that work best for your specific project.