After installing and trying the new super preview button: error method not found
Hi, I gust tried the package on umbraco 4.10.1
I get this error when I click on the "super preview" button:
Server Error in '/' Application. Method not found: 'Void umbraco.content.AppendDocumentXml(Int32, Int32, Int32, System.Xml.XmlNode, System.Xml.XmlDocument)'. 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.
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
I know this is an old thread... but i have the same problem.
I have tryed om an Umbraco version 4.11.5
Method not found: 'Void umbraco.content.AppendDocumentXml(Int32, Int32, Int32, System.Xml.XmlNode, System.Xml.XmlDocument)'.
Beskrivelse: Der opstod en undtagelse, der ikke blev behandlet, under udførelse af den aktuelle webanmodning. Se staksporingen for at få flere oplysninger om fejlen, og hvor den kom fra i koden.
Detaljer om undtagelse: System.MissingMethodException: Method not found: 'Void umbraco.content.AppendDocumentXml(Int32, Int32, Int32, System.Xml.XmlNode, System.Xml.XmlDocument)'.
Kildefejl:
Der blev oprettet en undtagelse, der ikke blev behandlet, under kørsel af den aktuelle webanmodning. Du kan finde oplysninger om undtagelsens oprindelse og placering ved hjælp af nedenstående staksporing af undtagelser.
After installing and trying the new super preview button: error method not found
Hi, I gust tried the package on umbraco 4.10.1
I get this error when I click on the "super preview" button:
Server Error in '/' Application.
Method not found: 'Void umbraco.content.AppendDocumentXml(Int32, Int32, Int32, System.Xml.XmlNode, System.Xml.XmlDocument)'.
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: Method not found: 'Void umbraco.content.AppendDocumentXml(Int32, Int32, Int32, System.Xml.XmlNode, System.Xml.XmlDocument)'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MissingMethodException: Method not found: 'Void umbraco.content.AppendDocumentXml(Int32, Int32, Int32, System.Xml.XmlNode, System.Xml.XmlDocument)'.]
Cogworks.SuperPreview.PreviewContent.PrepareDocument(User user, Document documentObject) +0
Cogworks.SuperPreview.SuperPreviewJump.Page_Load(Object sender, EventArgs e) +650
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +19
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Hi
I know this is an old thread... but i have the same problem.
I have tryed om an Umbraco version 4.11.5
Method not found: 'Void umbraco.content.AppendDocumentXml(Int32, Int32, Int32, System.Xml.XmlNode, System.Xml.XmlDocument)'.
Beskrivelse: Der opstod en undtagelse, der ikke blev behandlet, under udførelse af den aktuelle webanmodning. Se staksporingen for at få flere oplysninger om fejlen, og hvor den kom fra i koden.
Detaljer om undtagelse: System.MissingMethodException: Method not found: 'Void umbraco.content.AppendDocumentXml(Int32, Int32, Int32, System.Xml.XmlNode, System.Xml.XmlDocument)'.
Kildefejl:
Der blev oprettet en undtagelse, der ikke blev behandlet, under kørsel af den aktuelle webanmodning. Du kan finde oplysninger om undtagelsens oprindelse og placering ved hjælp af nedenstående staksporing af undtagelser.
Staksporing:
Any solutions?
René
I am experiencing this too - Umbraco v6.1.6 (Assembly version: 1.0.5021.24867) and super preview v1.2
Please help Tim!
:)
is working on a reply...