Document templates were added in the 2016 version of Dynamics CRM to allow users to easily generate Word or Excel documents directly from Dynamics CRM. This Microsoft link explains how to create and upload a Word template and how to generate […]
This error cropped up in an intranet application today when a user using an old laptop tried to run it using Internet Explorer version 8. We were using JQuery 2.0 and IE8 does not support binding click events automatically so […]
A colleague of mine got this error after deploying an application which uses the reporting services report viewer control. By default when you add a reference to an assembly which resides in the GAC it does not copy the dll […]
I really like the way the menu control in ASP.NET 4.0 renders and having upgraded an existing site in Visual Studio 2010 I was confused for a while as to why it was not rendering as I expected. Having checked […]
I thought some people may be interested in this. I had a go at using ASP.NET Dynamic Data against an Oracle database. Firstly I installed Oracle Express with its demo HR data. I could see the database and its contents […]