I have glassmapper running really nicely in a console app which bootstraps some importer logic from a previous CMS.
This has been working great until yesterday when we put a few of the items into a workflow state.
When I try to instantiate the SitecoreService (through default Windsor) I get the following exception. I have checked the bin for all the Sitecore Dlls.
Any help would be awesome,
Chris.
Initial exception:
{"ComponentActivator: could not instantiate Glass.Mapper.Sc.SitecoreService"}
Inner:
{"Could not resolve type name: Sitecore.WorkflowConst.Simple.WorkflowProvider, Sitecore.Kernel (method: Sitecore.Configuration.Factory.CreateType(XmlNode configNode, String[] parameters, Boolean assert))."}
Source: Sitecore.Configuration.Factory.CreateType(XmlNode configNode, String[] parameters, Boolean assert)