I've recently followed this post on how to set up Umbraco and Glass Mapper. All of my code is set up the same as the example. However I keep on getting an error when I create a controller.
No parameterless constructor defined for this object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: No parameterless constructor defined for this object.
Does anyone know how to fix this? Do I have to set something up in Castle Windsor?