Forgive me, but apparently its been nearly 6 years since my last post! I have no idea how that happened but a series of events have lead me back to this place and I want to try my best to start posting again on a more regular basis.…
I recently had to build a pretty sizeable form with approximately 65 fields. I created the form and performed the initial save with no issues however on returning to edit the form or creating a new…
A project I am currently working on is based on the soon to be launched Umbraco v4 and as I will be running it on a new server I wanted to use the lastest and greatest version of the .Net framework. I didn't get off to a great start as the ASP.NET AJAX references in the Web.config all target version 1.0.61025.0 of the System.Web.Extensions so the application throws exceptions. Thankfully it didn't take long to stumble across a blog post that helped me towards the solution. Adding the following(below) to your Web.config references the correct versions of the extensions nice and easy and gets things back up and running.]…