Resolving “ERROR Assembly not found Spe” in Sitecore
I can be a bit anal when it comes to keeping my Sitecore logs clean, but at the end of the day it makes debugging problems that much more easier. I can’t tell you how many times I’ve seen myself or...
View ArticleUmbraco 8 – Can’t Install Packages
I’ve been working with Umbraco quite a bit lately and one thing I kept running into on one of my machines is it just wouldn’t let me install any packages. This became quite a hinderance so I finally...
View ArticleWampServer – It Feels So Wrong But Yet So Right
It’s been a few years since I’ve done any serious work with PHP or Linux, but at one point in my career I was a die hard linux afficienado who only worked off of a LAMP stack. I was determined to use...
View ArticleHTTP Error 500.21 – Internal Server Error
I was installing Sitecore tonight on a fresh install of Windows and ran into this old error: HTTP Error 500.21 - Internal Server Error Handler "PageHandlerFactory-Integrated" has a bad module...
View ArticleNaming Conventions
Pascal Style aka Camel Back This style is most popular amongst Microsoft developers these days, however its roots come from the early days of programming when Pascal was king. The nick-name of “Camel...
View ArticleSitecore – Copy, Clone and Duplicate, Oh My!
Sitecore is a powerful CMS and at times it can be overwhelming in terms of how many options it presents us with. I recently covered the topic of Copy vs Duplicate, which is a more commonly asked...
View ArticleSitecore 9 – Duplicate vs Copy?
Occasionally I am asked by co-workers or clients “What’s the difference between Duplicate and Copy?” And I’ll admit, the first time I was asked I did not know. I had been using copy quite frequently...
View ArticleSitecore Error: Could not load type ‘Sitecore.Web.Application’
I ran into this slight annoyance today while doing a Web Deploy. For the four months that I’ve been working on this project I’ve been publishing to my sitecore instance in the wwwroot folder and have...
View ArticleSitecore 9 Forms – The form was not loaded due to an error
So today I decided to try out Sitecore 9’s Forms engine for the first time. I clicked on the Create button and then selected Blank Form From there I was greeted with this error Great. My first form...
View ArticleDeleting Large Amounts of Items in Sitecore
I’ve wasted a lot of time this week. It’s unforunate because I’ve had a lot of work to do yet I spend a lot of time waiting for items in Sitecore to delete. Sometimes I have to wrestle with it, it...
View ArticleResolving the “Server Error in ‘/’ Application” Error in ASP.Net
I’ve been doing a lot more MVC in ASP.net lately and I’m running into all sorts of new challenges as I learn things like Razor scripting. Server Error in '/' Application. Parser Error Description: An...
View ArticleHow to Remove a Hedgehog TDS License from Visual Studio
I recently setup a VM as a base point for all my Sitecore development. However it had so many of my licenses tied into it I was hesitant to share it with any of my co-workers even though it offered an...
View ArticleSQL Server – Databases are Read-Only After Reattaching
I was moving some files around today and ran into this confusing issue. I had moved a Sitecore instance to a new folder but originally left the database in it’s old location, so I went and detached...
View ArticleSitecore: The Name You Entered Is Not Unique
I had to wipe an instance of Sitecore today and start fresh. I deleted the instance using the installer, made sure to delete the App Pool and website in IIS. I removed any leftover files in...
View ArticleHTTP Error 500.21 – Internal Server Error
I was installing Sitecore tonight on a fresh install of Windows and ran into this old error: HTTP Error 500.21 - Internal Server Error Handler "PageHandlerFactory-Integrated" has a bad module...
View ArticleDrupal – Rebuilding Node Access Via Drush in Windows
So this one is pretty simple, but I’m not ashamed to say I spent too much time struggling to figure out why this wasn’t working. Rebuilding the node access via the website kept resulting in the website...
View ArticleDisable Plants vs Zombies 2 Notifications in Android
I’ve always enjoyed Plants vs Zombies, and I think they vastly improved upon it in the sequel. The issue is that it spams the Android notification console with messages. It was bad enough that I almost...
View ArticleResolving Eclipse’s “Unable to resolve target ‘android-17’” Error
I’ve recently gotten back into Android Development and when I fired up my old copy of Eclipse I had to work my way through a series of errors to get it up and running again. In my first post I ended up...
View ArticleResolving Eclipse’s “Could not find …\sdk\platform-tools\adb.exe” Error
I’ve recently gotten back into Android Development and when I fired up my old copy of Eclipse I had to work my way through a series of errors to get it up and running again. The first of which was this...
View ArticleCannot insert explicit value for identity column in table ‘table_name’ when...
I was creating some new tables and populating them when I ran into this not so straight forward error: Cannot insert explicit value for identity column in table 'table_name' when IDENTITY_INSERT is set...
View Article