Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bjørn Schaadt 9 posts 38 karma points
    Nov 04, 2013 @ 12:48
    Bjørn Schaadt
    0

    I can not create scripting files in Umbraco installation 6.1.6

    I Keep getting this error message in the Umbraco backoffice, when trying to create a scripting file.

    I don't know what to do about it, can someone please help?

     

    Server Error in '/' Application.
    The method or operation is not implemented.
    
    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.NotImplementedException: The method or operation is not implemented.
    
    Source Error: 
    
    [No relevant source lines]
    Source File: MacroEngineFactory.cs    Line: 92 
    
    Stack Trace: 
    
    [NotImplementedException: The method or operation is not implemented.]
       Umbraco.Tests.MacroEngine1.get_SupportedUIExtensions() +57
       umbraco.cms.businesslogic.macro.MacroEngineFactory.GetSupportedUILanguages() in MacroEngineFactory.cs:92
       umbraco.presentation.create.DLRScripting.Page_Load(Object sender, EventArgs e) in DLRScripting.ascx.cs:28
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
       System.Web.UI.Control.OnLoad(EventArgs e) +92
       System.Web.UI.Control.LoadRecursive() +54
       System.Web.UI.Control.LoadRecursive() +145
       System.Web.UI.Control.LoadRecursive() +145
       System.Web.UI.Control.LoadRecursive() +145
       System.Web.UI.Control.LoadRecursive() +145
       System.Web.UI.Control.LoadRecursive() +145
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
  • Lee Kelleher 4024 posts 15833 karma points MVP 13x admin c-trib
    Nov 04, 2013 @ 14:54
    Lee Kelleher
    0

    Hi Bjørn,

    Just looking at the exception message, it contains a reference to Umbraco.Tests.MacroEngine1, which is part of the core's unit-tests. How are you running Umbraco? (from binary download, or NuGet, or built from source?)

    If you are building from the source, then try removing the Umbraco.Tests.dll from your /bin folder.

    Cheers,
    - Lee

  • Bjørn Schaadt 9 posts 38 karma points
    Nov 04, 2013 @ 15:37
    Bjørn Schaadt
    0

    Hi Lee,

    Thanks for fast response. I'm running Umbraco as a built from source.

    But I'm not getting rid of the error by removing the dll file

    Umbraco.Tests.dll

    It still throws me the same error :(

    - Bjørn

  • Lee Kelleher 4024 posts 15833 karma points MVP 13x admin c-trib
    Nov 04, 2013 @ 15:39
    Lee Kelleher
    0

    Is the error message exactly the same?

    (Thinking that if the Umbraco.Tests.MacroEngine1 isn't there, then it might be a different error?)

  • Bjørn Schaadt 9 posts 38 karma points
    Nov 04, 2013 @ 16:03
    Bjørn Schaadt
    0

    Yes.

    I've removed all references to the test project and I'm still getting the same stack trace, and yes the exact same error!

  • Lee Kelleher 4024 posts 15833 karma points MVP 13x admin c-trib
    Nov 04, 2013 @ 16:10
    Lee Kelleher
    0

    Hmmm, that is strange. Wondering if somehow the test MacroEngine is being cached somewhere? I'd suggest rebuilding the source, but that would only add the Umbraco.Tests.dll back into the /bin folder.

    Curious if there is a reason that you are running from the source? rather than the binary releases? (none of my business really, just curious)

    Cheers,
    - Lee

Please Sign in or register to post replies

Write your reply to:

Draft