Copied to clipboard

Flag this post as spam?

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


  • Anders Brohäll 295 posts 561 karma points c-trib
    Oct 04, 2013 @ 10:57
    Anders Brohäll
    0

    Exception when updating field.

    I get a .net exception when updating an existing contour field. In this scenario im clicking mandatory and then update field.

    Im using 3.0.15 with a valid license. 
    Umbraco version 6.0.5.

    This error might be ralated to http://our.umbraco.org/forum/umbraco-pro/contour/45199-Changes-in-settings-not-saved

     

    Server Error in '/' Application.

    Value cannot be null.
    Parameter name: g

    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.ArgumentNullException: Value cannot be null.
    Parameter name: g

    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: 

    [ArgumentNullException: Value cannot be null.
    Parameter name: g]
       System.Guid..ctor(String g) +14194270
       Umbraco.Forms.UI.Pages.editForm.OnInit(EventArgs e) +341
       System.Web.UI.Control.InitRecursive(Control namingContainer) +186
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2098
    



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18010

  • Comment author was deleted

    Oct 04, 2013 @ 11:07

    Yeah might be due to the upgrades, would recommend to update to latest 3.0.17 and make sure to clear browser cache after update

  • Comment author was deleted

    Oct 04, 2013 @ 11:08
  • Anders Brohäll 295 posts 561 karma points c-trib
    Oct 08, 2013 @ 11:08
    Anders Brohäll
    0

    Nah, the problem doesnt go away when upgrading.
    Is there som settings that might be corrupt between the versions?
    What config files are used? 

    The PATH_INFO is "/umbraco/plugins/umbracoContour/editForm.aspx"

    Here's a 'better' exception:

    System.ArgumentNullExceptionValue cannot be null. Parameter name: g

    System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentNullException: Value cannot be null.
    Parameter name: g
       at System.Guid..ctor(String g)
       at Umbraco.Forms.UI.Pages.editForm.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.HandleError(Exception e)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest()
       at System.Web.UI.Page.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  • Anders Brohäll 295 posts 561 karma points c-trib
    Oct 08, 2013 @ 11:54
    Anders Brohäll
    0

    ... same problem clicking "Add field" when creating a new form.

  • Anders Brohäll 295 posts 561 karma points c-trib
    Oct 08, 2013 @ 13:32
    Anders Brohäll
    0

    ... or could there be any db-changes that got lost in the upgrade?

    Need help!

  • Anders Brohäll 295 posts 561 karma points c-trib
    Oct 08, 2013 @ 13:40
    Anders Brohäll
    0

    I don't know if it could have something to do with the problem, but the App_Data/Packages/Installed/installedPackages.config-file still refers to 3.0.7 (the original version installed):

    <package id="4" version="3.0.7" url="" name="Umbraco Contour" folder="3eb02651-8d6d-4582-9ebe-1119abf0837f" packagepath="" repositoryGuid="65194810-1f85-11dd-bd0b-0800200c9a66" packageGuid="6da629d5-177a-4ace-875b-a06b13ccec48" hasUpdate="False" enableSkins="False" skinRepoGuid="00000000-0000-0000-0000-000000000000">

  • Anders Brohäll 295 posts 561 karma points c-trib
    Oct 08, 2013 @ 13:52
    Anders Brohäll
    0

    Ok, so i found the issue. 

    The Contour backend doesnt work with Client Dependency bundling turned on. 
    "<compilation defaultLanguage="c#" batch="false" targetFramework="4.0" debug="true">" doesnt work. 

    Can you reproduce that?
    Using Umbraco 6.0.5 and Contour 3.0.17.

    I need a fix for that. 
    ASAP. 

  • Comment author was deleted

    Oct 08, 2013 @ 14:52

    Ok will try to reproduce

  • Comment author was deleted

    Oct 08, 2013 @ 17:02

    Can you try to clear the client dependency files and then bump the version number in the config

  • Anders Brohäll 295 posts 561 karma points c-trib
    Oct 11, 2013 @ 13:04
    Anders Brohäll
    0

    Same result, same problem. 

Please Sign in or register to post replies

Write your reply to:

Draft