Tales of Interest!

Pip Type Error on Git Push to Heroku App

May 20, 2015

When I was trying to create my requirements.txt file for my application in PowerShell, I first ran "pip freeze > requirements.txt". However, when I tried to commit to Heroku, I received an error.

Read More

Sitecore Page Editor Errors

Null Object Reference

April 19, 2013

An issue with Sitecore's Page Editor where the entire header section was throwing a null reference exception.

Read More

Fixing Sitecore 6.x Bugs

Sitecore issue with .NET Framework 4.5

April 4, 2013

Fixing issues with Sitecore 6 using .NET Framework 4.5 with the potential usage of Sitecore 7.

Read More

Sitecore Add/Edit Renderings

Presentation Details Issue: Please select a rendering item

November 16, 2012

I recently performed an upgrade to Sitecore 6.5 rev 120706 and ran into an issue where I could not add or edit any renderings in the presentation details of an item.

Read More

Removing references to the 'Master' database

Scaling your Sitecore site for Production

October 16, 2012

If you are preparing your Sitecore environment for production and need to remove references to your Master database, there are two ways you can do it.

Read More

Could Not Load System.Core File

September 4, 2012

Fixing 'Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.'

Read More

Tricks for ASP .NET Checkboxes

August 20, 2012

Recently I have been dealing with situations where I need to implement functionality involving ASP .NET checkboxes. I'm sure if you are reading this, then you have had your fair share of annoyances with these fun controls. Here are a few tricks that I've learned from dealing with .NET checkboxes.

Read More

Sitecore 6.5 Bug

System.InvalidOperationException: fieldTypeItem

June 24, 2012

I have been working on a project using Sitecore 6.5 rev 111230. I had to create new profile templates for my Sitecore managed users and ran into an issue where I received this error when I tried to access the Inheritance Tab on any template in the Core database.

Read More

IIS Manager Error

The process cannot access the file because it is being used by another process.

April 12, 2012

I ran into an issue tonight when I was setting up a new site. I had set up my hosts file entry and was adding my site to IIS 7 when I ran into an error.

Read More