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.
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(Stringg)
at Umbraco.Forms.UI.Pages.editForm.OnInit(EventArgse)
at System.Web.UI.Control.InitRecursive(ControlnamingContainer)
at System.Web.UI.Page.ProcessRequestMain(BooleanincludeStagesBeforeAsyncPoint, BooleanincludeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exceptione)
at System.Web.UI.Page.ProcessRequestMain(BooleanincludeStagesBeforeAsyncPoint, BooleanincludeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(BooleanincludeStagesBeforeAsyncPoint, BooleanincludeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContextcontext)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStepstep, Boolean&completedSynchronously)
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):
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.
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18010
Comment author was deleted
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
Upgrade instructions available here http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Upgrade
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
... same problem clicking "Add field" when creating a new form.
... or could there be any db-changes that got lost in the upgrade?
Need help!
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">
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
Ok will try to reproduce
Comment author was deleted
Can you try to clear the client dependency files and then bump the version number in the config
Same result, same problem.
is working on a reply...