Blog
(Re)surface
I know it has been a while since my last post, but I’m about to resurface! I’ve played in a musical the entire month of December and (because of that) we were busy getting our company up and running again in the new year. So now I’ll be developing more and I’ll probably have more things to blog about. So keep posted to see more stuff over here …
For now, here are some interesting articles about Microsoft’s Surface:
Blog
Clicking ‘Choose items’ on the toolbox crashes Visual Studio 2008
I’ve had my current installation for a few months now, and I’ve used it for development purposes. Today I suddenly encountered an error when trying to add items to the Toolbox. Visual Studio 2008 simply disappeared… No errors, no warnings, it just went away.
After some searching and a lot of trying, I found that deinstalling the PowerCommands for Visual Studio 2008 did the trick. I’m guessing that the installation of a service pack (for either Visual Studio or .
Blog
Nice new addition to ASP.NET
Scott Guthrie posted about a cool new ASP.NET server control: Chart. It can be used for free with ASP.NET 3.5 to enable rich browser-based charting scenarios.
Read more over here: https://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx
Blog
New website
Our company has (the first draft of) a new website online. We’re still working on the content, but the design is now online. Check it out @ www.mediagarde.nl (Dutch).
Blog
Inline wrappers & Response.Redirect() == Error
While developing a page that was to be used through an inline wrapper, I got an error: “Validation of viewstate MAC failed”. This error can usually be resolved by disabling event validation, viewstate encryptionor viewstate for the MAC. In my case these solutions did not resolve the issue.
After some testing Response.Redirect appeared to be the cause. I changed the page so it doesn’t need the redirect any more, and the problem disappeared.
Blog
I will return…
I’ve been busy the last couple of weeks. Between (the announcements at) all the Conferences to follow like PDC and Tech·Ed, all the projects to do, the rehearsal for the musical I’m in in December(Dutch) and the start of our new company(Dutch), I didn’t have a lot of time to blog…
Since we expect things to settle down in the next couple of days, I’m expecting to pick up where I left in a week or so.
Blog
Ajax Control Toolkit controls don’t show up in Visual Studio toolbar
Because I stopped working at Avanadeand started my own company(this web site is under construction and in Dutch), I had to buy and install a new laptop. Everything went great and I was up and running in half a day. Or should I say half an evening… 😉
The next day I wanted to continue developing a web site we are working on. I needed one of the Ajax Control Toolkit controls, so I added it to my toolbar the way you should go about this (create a separate tab, right click, ‘choose items’, browse for the assembly).
Blog
A new challenge …
As of today, I am no longer working for Avanade. I had a good time over there, but my personal goals changed. I found a new challenge: I started a company with a good friend of mine. We’re still building the website, so the information is not there yet. But it will be soon. So check the websiteevery now and again.
We’re very excited and can’t wait to get started!
Blog
I’m a PC
We all know the “Get a Mac” videos from Apple. And to be honest, they’re pretty funny sometimes. Most of the time… 😉 After a horrible start with the Seinfeld commercials (no offence Jerry), Microsoft might be on to something with their new campain “I’m a PC” (Seinfeld commercials to be found there, too).
They got an actor that looks like the PC guy in the Get a Mac commercials and used him to introduce some new videos, telling us how many different kind of PC’s there are.
Blog
An inline wrapper and having too much on your head
We developed an ASP.NET page (A) to be wrapped in an existing PHP page (B) using an inline wrapper. After a few days in which both pages displayed nicely, our page (A) suddenly got displayed twice inside the existing page (B). And even weirder was that the postbacks of the first occurrence didn’t work, and the postbacks of the second were executed outside of the wrapper.
We had changed some stuff the night before, so I finally checked the file line by line against an earlier version.
Blog
iTunes 8 translation glitch
I installed iTunes 8 on our laptop, and connected an iPod to check if all worked accordingly. The iTunes was installed in Dutch, so the displayed information was also. Apparently, when you’re Dutch, you get some extra capacity on your iPod, free of charge!
iTunes displayed the free space on the iPod as being ‘Gratis’, the Dutch word for when you don’t have to pay for stuff. Because free in English means both ’not occupied’ and ‘for free’, the wrong one seems to have been translated into Dutch here…
Blog
StyleCop v4.3 now available
StyleCop version 4.3 was released last tuesday. A short summary of what version 4.3 brings us: Various bugfixes, including fixes for VS integration issues Rules documentation is included and integrated into VS “Show Error Help” New rules, see blogpostfor the rules Branding change from Source Analysis to StyleCop **Links
** StyleCop blog: https://blogs.msdn.com/sourceanalysis/
Release announcement on the StyleCop blog: https://blogs.msdn.com/sourceanalysis/archive/2008/08/19/stylecop-4-3-is-released.aspx
StyleCop 4.3 download: https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sourceanalysis&ReleaseId=1425