I am trying to enable SiteEdit on our Tridion 2011 SP1.
I have installed and configured SiteEdit.
I tried adding SiteEdit for a page through Template Builder by following the below steps and got the below exception.
- Created a page with two components
- In the page template I added the "Enable SiteEdit 2009" TBB below Dreamweaver template
- Added the Target type URI in the parameter TargetTypeURI of the parameter schema field.
- when executed it is throwing the below exception.
Debugging was started in process 'TcmTemplateDebugHost' with id 2464 Invalid item type. A page template, component template or template building block was expected. at Tridion.ContentManager.Templating.Engine.GetTemplate(TcmUri templateURI) at Tridion.ContentManager.Templating.Assembly.CSharpSourceCodeMediator.RunTemplate(Engine engine, Package package, String templateUri, String className) at Tridion.Templating.CSharpTemplate.CSharpSourceTemplate.Transform(Engine __engine, Package __package) at Tridion.ContentManager.Templating.Assembly.CSharpSourceCodeMediator.Transform(Engine engine, Template template, Package package) at Tridion.ContentManager.Templating.Engine.ExecuteTemplate(Template template, Package package) at Tridion.ContentManager.Templating.Engine.InvokeTemplate(Package package, TemplateInvocation templateInvocation, Template template) at Tridion.ContentManager.Templating.Compound.CompoundTemplateMediator.Transform(Engine engine, Template templateToTransform, Package package) at Tridion.ContentManager.Templating.Engine.ExecuteTemplate(Template template, Package package) at Tridion.ContentManager.Templating.Engine.InvokeTemplate(Package package, TemplateInvocation templateInvocation, Template template) at Tridion.ContentManager.Templating.Engine.TransformPackage(Template template, Package package) at Tridion.ContentManager.Templating.Debugging.DebuggingEngine.Run() at Tridion.ContentManager.Templating.Debugging.DebugSession.Run()