This has caught me out a few times. The first time you experience the problem you will notice that the application which was working fine before suddenly is starting to throw unusual errors when you try to run/debug it. Windows 7 has an annoying feature where you have to specify applications to run as Administrator. […]
April 7, 2011
I’m writing an autocounter in CRM 2011 because for some reason they haven’t included one!! I asked someone who did a free one in CRM 4 if they were upgrading it to CRM 2011 and he said I could have it for $500. I read this article http://msdn.microsoft.com/en-us/library/dd260048.aspx it gives you loads of […]
March 23, 2011
For the 70-515 .NET 4 web certification there is a chapter on debugging your web projects. This is a pretty useful thing to know about. In fact the last chapter I read was about setting up profiles in web sites/web applications which I also found quite useful. I have never really done any remote debugging […]
March 10, 2011
I have been studying the 70-515 .NET 4 Web Certification since the start of the year. I am using a few different sources of information but the main one is the MCTS Self-Paced Training Kit (Exam 70-515): WEb Applications Development with Microsoft .NET Framework 4 book. Yes I agree it’s a catchy title which they […]
February 24, 2011
this was the annoying error I was being plagued with today Config Error There is a duplicate ‘system.web.extensions/scripting/scriptResourceHandler’ section defined I was getting this error today and it was very annoying but then when you work out what the problem is quite interesting, especially if like me you are studying for the 70-515 .NET web […]
February 14, 2011
Whilst I am studying for the 70-515 Web applications .NET 4 exam, I am always on the lookout for some good information resources. I have used the ramp up courses from Microsoft before and found them very useful. They seem to be written from a developers point of view and they give you enough information […]
February 14, 2011
studying for the 70-515 .NET 4 web exam I need to know about the ASP.NET page life cycle. Event Life Cylcle of an ASP.Net Page. Life cycle stages:- Page request Start Page initialization Load Validation Postback event handling Rendering Onload Life Cycle Events:- PreInit Init InitComplete PreLoad Load Control events LoadComplete PreRender SaveStateComplete Render Unload […]
February 13, 2011
I was working through a chapter for my Web Applications Development with Microsoft .NET 4. I was just finishing the second chapter and the whole self study book has 14 chapters. I was thinking how much progress should I be making. I had set myself an a target of doing most of the studying by […]
February 13, 2011
I was studying for .NET 4 exam and running through one of the lab sessions and it needed me to add a button and dropdown box but then suddenly the toolbox was not coming up. I was searching around and couldn’t find out how to add it back in, I also couldn’t understand where it […]
February 8, 2011
I had a noddy error today in visual studio but they are always frustrating when you are trying to translate the error into what you have to do to fix the darn thing. They always offer you hints in the right direction but never tell you definitely where to go. Error 1 Program ‘c:\users\ben.hosking\documents\visual studio […]
May 12, 2011
3