September 25th, 2012 by Thijs Kuipers
I’m experimenting with AppDomains to be able to load multiple versions of the same assembly in one application. I’ll write a bigger post about my findings later, but there’s one thing I encountered very early in the experiments: using Assembly.Load on a newly created AppDomain immediately leads to a FileNotFoundException. It took me a while to figure out why that happened and I’d like to share my experience with you.
Read the rest of this entry »
Posted in C#, Programming | 1 Comment »
August 21st, 2012 by Thijs Kuipers
Last minute camera shopping
The week before going on a holiday, I realised my old Canon Ixus 40 camera would no longer live up to my expectations. So I quickly checked dpreview.com for the latest and greatest compact camera’s and decided I wanted the Canon PowerShot SX240 HS. 15 Minutes later I found myself in the Media Markt with the camera in my hand (unfortunately only the silver colour was available, I had hoped to buy the black one).
I need a bigger memory card
I then realised that my existing 512MB and 1GB SD cards would no longer be large enough for the 12Mpixel photos of this new camera. A few meters down the corridor was a huge wall covered in memory cards. I decided to buy a Samsung 8GB SDHC card, which would be able to hold up to 1500 photos or an hour of HD video. When I returned home, I formatted the card in-camera, and played around with the photo and video functions. Three days later my holiday would start and I would have a good (enough) camera to capture some fine moments!
Corrupted photos
Fast-forward about two weeks, half-way into my holiday. I’ve happily been taking photos and videos with my new camera. While I’m reviewing the last five photos, the camera suddenly displays a “broken picture” image on the screen. I take another photo, review it and it’s immediately “broken” again. I’m approximately on two-thirds of the card’s capacity and it is corrupting my photos. I do what I’ve learned from experience with corrupt memory cards: turn off the camera immediately, remove the SD card, and to be sure, “lock” the card (making it read-only) using the physical switch on the SD card. At this point, I just hope for the best that only those last two photos were corrupted.
Back at home a week-and-a-half later, it turns out I’m extremely lucky! Indeed only those last two pictures were corrupted! Read the rest of this entry »
Posted in Uncategorized | 5 Comments »
October 19th, 2011 by Thijs Kuipers
I’m working on a new web app using ASP.NET MVC 3 and Entity Framework 4.1. One thing lacking in EF 4.1 is the ability to monitor the actual queries sent to the SQL database, like you could do with Linq2SQL’s DataContext.Log.
The machine I’m working on has SQL Server Express. The Express version doesn’t come with the SQL Profiler. So without Profiler and without a log function on Entity Framework’s DbContext, what’s a developer to do?
Well, as it turns out, profiling is part of the SQL Server (any version, including Express), the SQL Profiler application is just one way to access the profiling functionality. Some people even argue it’s better to do the profiling on the server itself, as opposed to through SQL Profiler.
Starting the trace
How do you start? The easiest way to start is (you’re not going to like this) by using SQL Profiler. That’s what I did (on another machine). It’s explained on the website linked above, here are the steps: Read the rest of this entry »
Posted in Programming, SQL Server | No Comments »
September 22nd, 2011 by Thijs Kuipers
Working for my client Valx, I had some serious problems in custom workflows for Microsoft Dynamics CRM 4. Every now and then, a workflow would throw a SoapException. I always put the original exception in the InvalidPluginExecutionException (second parameter “inner exception”). Now the actual exception information you want to see is in SoapException.Detail, which is an XmlNode. You won’t see that info if you just put the SoapException in the InvalidPluginExecutionException’s inner exception. Therefore, I use the following try/catch construction in each custom workflow’s Execute method to see some relevant information in the WorkflowLog view of the Dynamics CRM database.
Read the rest of this entry »
Posted in C#, Dynamics CRM | 1 Comment »
February 11th, 2011 by Thijs Kuipers
Updated 2011-02-22: the underlying Stream is closed when PdfWriter.Close() is called, so the code for the PdfHandler.AddBackgroundPdf() method is updated (line 79 and further).
Well, I didn’t think this follow-up to Part 1 would come this quick, but here it is! Again I would like to emphasize that Jan Hoefnagels is the one who should take credit for this solution, but he isn’t the blog-writing type of guy. He’s not even a “Getting Things Done” guy. He’s a “Making Things Work” guy. And he’s pretty good at that.
Anyway, Part 1 showed you a general solution for an implementation of a Rendering Extension for SQL Server Reporting Services that was able to utilize the built-in (Microsoft provided) PDF Renderer, while enabling you to get the rendered PDF and do “something” with it, before sending it back to the SSRS server, which would subsequently send it to the end-user as a downloadable PDF file. That was a long sentence by English standards, but by Dutch standards, that’s kind of like a normal length. In German however, you would just be getting started. This whole article could be one sentence in German and still leave room for more.
Read the rest of this entry »
Posted in C#, SQL Server Reporting Services | 5 Comments »
February 9th, 2011 by Thijs Kuipers
While working on a Dynamics CRM implementation for Valx —whose website was made by Jan, Zlatan and me with Umbraco— with my dear friend and “colleague” Jan Hoefnagels, we stumbled upon a technological hurdle.
We promised our client quotes, orders and invoices —as generated by SQL Server Reporting Services, which is neatly integrated into Dynamics CRM— with and without their own letter background, so they could use the same reports for printing on pre-printed paper (no background), as well as send the PDF through email to their clients (with background). Read the rest of this entry »
Posted in C#, SQL Server Reporting Services | 19 Comments »
December 30th, 2010 by Thijs Kuipers
Een update van de NL Weerradar widget voor Mac OS X Dashboard, met daarin:
- KNMI’s “Neerslagradar”
- Buienradar’s “Sneeuwradar”!
Download versie 2.4!
Posted in NL Weerradar Widget, Widgets | 8 Comments »
July 17th, 2010 by Thijs Kuipers
Athlon (de gegevensbron van de widget) had de URL van de data gewijzigd, daarom een update naar versie 1.2.
Download de Brandstofprijzen widget en vergeet niet je commentaar achter te laten!
Posted in Brandstofprijzen Widget, Widgets | No Comments »
November 19th, 2009 by Thijs Kuipers
Zoals gemeld door Ko, had Athlon Car lease (waarvan de brandstofprijzen widget zijn gegevens betrekt) het adres van de brandstofprijzen pagina gewijzigd.
Daarom is de widget nu ge-update (naar versie 1.1), zodat deze weer werkt.
Download de Brandstofprijzen widget en vergeet niet je commentaar achter te laten!
Posted in Brandstofprijzen Widget, Widgets | No Comments »
August 25th, 2009 by Thijs Kuipers
Gebruiker Dave meldt net dat de NL Weerradar widget niet goed werkt onder de nieuwste versie van Mac OS X, Snow Leopard.
Mocht je hetzelfde ondervinden en je kent de weg in Mac OS X, dan stel ik het zeer op prijs wanneer je de zeer waarschijnlijk aanwezige foutmelding in de Console, in de vorm van:
24-08-09 14:46:02 [0x0-0xc00c].com.apple.dock[257] Melding.....
hieronder in de comments zou kunnen plaatsen.
Zo kan er zo snel mogelijk weer gebruik worden gemaakt van de NL Weerradar widget onder Snow Leopard!
Posted in NL Weerradar Widget, Widgets | 7 Comments »