Insert Macro in Template throwing An entry with the same key already exists exception
Hi there
I am able to insert forms in my Rich text editor but when I try to insert one into my template, I am getting the error:
An entry with the same key already exists.
Source File:
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET
Files\root\d83f4247\4c52254f\App_Web_roomdetail.master.7371103c.emessf6i.0.cs
If I debug it says error of invocation ETC
Could anyone point me in the right direction to getting this fixed?
Ok its only throwing an error when I include it directly in a template (rather than in an RTE), and it only throws an error when a make a field mandatory if no field is made mandatory then its fine.
Hey BaconBeast, what version of Contour and Umbraco are you running? perhaps if you haven't already... upgrading to v 1.1.11 will fix your issue?
sorry I can't be much more help than that as I've only used contour a few time and haven't come across this particular issue. I'm sure Tim G. will help you with a fix.
Have also tried reisntalling contour, here is the error message:
An entry with the same key already exists.
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.ArgumentException: An entry with the same key already exists.
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.
Error returning dictionary item 'submit' No key submit exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at umbraco.library.GetDictionaryItem(String Key)
0.0742931713388154
0.036813
library
Error returning dictionary item 'next' No key next exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at umbraco.library.GetDictionaryItem(String Key)
0.106193594437282
0.031900
library
Error returning dictionary item 'prev' No key prev exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at umbraco.library.GetDictionaryItem(String Key)
0.151974831996804
0.045781
item
Start parsing 'pageName'
0.154259689429802
0.002285
item
Done parsing 'pageName'
0.154400768812796
0.000141
item
Start parsing 'introduction'
0.154465022789209
0.000064
item
Done parsing 'introduction'
0.154535283115592
0.000070
item
Start parsing 'bodyText'
0.154588362487411
0.000053
item
Done parsing 'bodyText'
0.154651499003365
0.000063
renderMacro
Rendering started (macro: Insert form from Umbraco Contour, type: 3, cacheRate: 0)
Property added 'FormGuid' with value 'dfd91134-576d-4d2d-bb2f-7d5421178850'
0.157868388300748
0.000871
library
Error returning dictionary item 'submit' No key submit exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at umbraco.library.GetDictionaryItem(String Key)
0.19626970746282
0.038401
library
Error returning dictionary item 'next' No key next exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at umbraco.library.GetDictionaryItem(String Key)
0.232451750152603
0.036182
library
Error returning dictionary item 'prev' No key prev exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at umbraco.library.GetDictionaryItem(String Key)
0.262363861887475
0.029912
renderMacro
Rendering started (macro: Featured Rooms, type: 3, cacheRate: 0)
Error rendering control of Item 6 (NodeId '' : bodyText). Exception has been thrown by the target of an invocation. at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at System.Web.UI.WebControls.ValidatorCompatibilityHelper.RegisterExpandoAttribute(Control control, String controlId, String attributeName, String attributeValue, Boolean encode) at System.Web.UI.WebControls.BaseValidator.AddAttributesToRender(HtmlTextWriter writer) at System.Web.UI.WebControls.RegularExpressionValidator.AddAttributesToRender(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter writer) at System.Web.UI.WebControls.BaseValidator.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at umbraco.presentation.templateControls.Macro.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at umbraco.presentation.templateControls.ItemRenderer.Render(Item item, HtmlTextWriter writer)
Specifically, I'm using a SQLExpress Database as a DataSource - I'm not sure if that is part of the problem or not? The form was created and everything looked happy, but I noticed quickly that none of the submissions ever made it to the database. Upon closer inspection with UmbDebugShowTrace, I found the following errors occurring:
renderMacroRendering started (macro: Insert form from Umbraco Contour (Usercontrol), type: 3, cacheRate: 0)0.09008780887454760.000131 umbracoMacroUsercontrol added (/usercontrols/umbracoContour/RenderForm.ascx)0.09011078397393940.000023 loadUserControlUsercontrol added with id 'RenderForm_8'0.09027991981201480.000169 macro.loadControlPropertiesProperty added 'FormGuid' with value 'f2eda0b3-fa36-42fe-aa68-8575f43d04ec'0.09073404464892830.000454 libraryError returning dictionary item 'submit' No key submit exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at umbraco.library.GetDictionaryItem(String Key)0.1302424166284970.039508 libraryError returning dictionary item 'next' No key next exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at umbraco.library.GetDictionaryItem(String Key)0.130561135028570.000319 libraryError returning dictionary item 'prev' No key prev exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at umbraco.library.GetDictionaryItem(String Key) - See more at: http://localhost:49933/Request-An-Agent?UmbDebugShowTrace=true#sthash.tmQcsixA.dpuf
I tried making the above change to "AutoID" but that doesn't seem to fix it. I'm seeing the same error. Any ideas?
While I appreciate that what you're saying is probably true, I'm sortof torn inside... I spent a considerable amount of time a couple of months ago tearing my hair out because the latest version of Umbraco didn't work with the latest version of the (CWS) Creative Website Starter Kit. I was (am still?) brand new working with umbraco - coming from a Sitecore CMS, c#.NET and Wordpress background from my day job, and I had to downgrade from 5.x and people at the time told me to go to 4.7.2 so that the razor scripts in CWS would work.
Now that it is several months later, I am nearing the deadline for my project (day after tomorrow) and have 90% of my site finished, with only the contour forms acting up. I'm just about ready to get my money back on Contour. After the CWS fiasco and after having versioning problems with several other plugins, I looked specifically on the Contour site before purchasing to see if they had any known version conflicts, and/or unsupported versions.
I never found that documentation anywhere, and I assumed it was well supported, being the "sponsored" plugin from the Umbraco company. So, was I wrong in assuming that they didn't have version conflicts?
I think I'm going to ditch Contour and build my own forms. Most of what I need to do they won't do anyways on my two more complex forms - I was just hoping to get an "easy" contact form out of the way.
Well the dictionary item error shouldn't affect the form, it should still work. any chance I can take a look at the site and see if I can figure out why Contour isn't working? You can mail details to tg at umbraco dot com, thanks!
Thanks for the quick response, and sorry for my late-night angry forum post above. I'm willing to help work out the issue - I like the general idea of Umbraco being open source and you guys working so hard to support the community. So I want to tell you that I appreciate what you're doing!
I can't give you access to my client's production machine, but I can email you some dropbox links if you want to try to download and run the project.
Insert Macro in Template throwing An entry with the same key already exists exception
Hi there
I am able to insert forms in my Rich text editor but when I try to insert one into my template, I am getting the error:
An entry with the same key already exists.
Source File: c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d83f4247\4c52254f\App_Web_roomdetail.master.7371103c.emessf6i.0.cs
If I debug it says error of invocation ETC
Could anyone point me in the right direction to getting this fixed?
Thanks!
Comment author was deleted
Have you tried on another template to see if you get the same error?
Hey Tim! Thanks alot for your reply, sorry about lateness had to leave unexpectedly for a week.
I am still getting this error on other templates, Do you know what it could be? I also have a (possibly?) related error:
http://our.umbraco.org/forum/umbraco-pro/contour/23601-Form-renders-fine-in-preview-mode-but-not-in-normal-mode?p=0#comment87900
Could anyone try point me in the right direction with this?
Ok its only throwing an error when I include it directly in a template (rather than in an RTE), and it only throws an error when a make a field mandatory if no field is made mandatory then its fine.
I think this is related to my other Contour issue: http://our.umbraco.org/forum/umbraco-pro/contour/23601-Form-renders-fine-in-preview-mode-but-not-in-normal-mode?p=0#comment87900
When the markup is being broken by mandatory fields haha. Oh dear! Any ideas?
Hey BaconBeast, what version of Contour and Umbraco are you running?
perhaps if you haven't already... upgrading to v 1.1.11 will fix your issue?
sorry I can't be much more help than that as I've only used contour a few time and haven't come across this particular issue. I'm sure Tim G. will help you with a fix.
Thanks wolulcmit. I'm on Umbraco v 4.7.0 and Contour 1.1.9
Have upgraded to 4.7.1 and 1.1.11 and still occuring :(
Have also tried reisntalling contour, here is the error message:
An entry with the same key already exists.
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.ArgumentException: An entry with the same key already exists.
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:
No key submit exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at umbraco.library.GetDictionaryItem(String Key)
No key next exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at umbraco.library.GetDictionaryItem(String Key)
No key prev exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at umbraco.library.GetDictionaryItem(String Key)
No key submit exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at umbraco.library.GetDictionaryItem(String Key)
No key next exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at umbraco.library.GetDictionaryItem(String Key)
No key prev exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at umbraco.library.GetDictionaryItem(String Key)
Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Web.UI.WebControls.ValidatorCompatibilityHelper.RegisterExpandoAttribute(Control control, String controlId, String attributeName, String attributeValue, Boolean encode)
at System.Web.UI.WebControls.BaseValidator.AddAttributesToRender(HtmlTextWriter writer)
at System.Web.UI.WebControls.RegularExpressionValidator.AddAttributesToRender(HtmlTextWriter writer)
at System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter writer)
at System.Web.UI.WebControls.BaseValidator.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
at System.Web.UI.Control.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
at System.Web.UI.Control.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
at System.Web.UI.Control.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
at System.Web.UI.Control.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
at System.Web.UI.Control.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
at System.Web.UI.Control.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
at umbraco.presentation.templateControls.Macro.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at umbraco.presentation.templateControls.ItemRenderer.Render(Item item, HtmlTextWriter writer)
Hey BaconBeastNZ, did you find a solution to this?
I'm having the same issue?
Try adding ClientIDMode="AutoID" to the control declaration into the usercontrols/umbracoContour/RenderForm.ascx file. Example:
Hi, I'm seeing the same thing: and I saw the same problem here:http://our.umbraco.org/forum/umbraco-pro/contour/32208-Error-returning-dictionary-item-submit
I'm using Umbraco 4.7.2 with contour 3.0.6
Specifically, I'm using a SQLExpress Database as a DataSource - I'm not sure if that is part of the problem or not?
The form was created and everything looked happy, but I noticed quickly that none of the submissions ever made it to the database.
Upon closer inspection with UmbDebugShowTrace, I found the following errors occurring:
renderMacroRendering started (macro: Insert form from Umbraco Contour (Usercontrol), type: 3, cacheRate: 0)0.09008780887454760.000131 umbracoMacroUsercontrol added (/usercontrols/umbracoContour/RenderForm.ascx)0.09011078397393940.000023 loadUserControlUsercontrol added with id 'RenderForm_8'0.09027991981201480.000169 macro.loadControlPropertiesProperty added 'FormGuid' with value 'f2eda0b3-fa36-42fe-aa68-8575f43d04ec'0.09073404464892830.000454 libraryError returning dictionary item 'submit'
No key submit exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at umbraco.library.GetDictionaryItem(String Key)0.1302424166284970.039508 libraryError returning dictionary item 'next'
No key next exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at umbraco.library.GetDictionaryItem(String Key)0.130561135028570.000319 libraryError returning dictionary item 'prev'
No key prev exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at umbraco.library.GetDictionaryItem(String Key) - See more at: http://localhost:49933/Request-An-Agent?UmbDebugShowTrace=true#sthash.tmQcsixA.dpuf
I tried making the above change to "AutoID" but that doesn't seem to fix it.
I'm seeing the same error. Any ideas?
Comment author was deleted
Hey Will,
Looks like you are running a pretty old Umbraco version so might have been due to a bug in that version I would recommend to upgrade
Tim,
While I appreciate that what you're saying is probably true, I'm sortof torn inside...
I spent a considerable amount of time a couple of months ago tearing my hair out because the latest version of Umbraco didn't work with the latest version of the (CWS) Creative Website Starter Kit. I was (am still?) brand new working with umbraco - coming from a Sitecore CMS, c#.NET and Wordpress background from my day job, and I had to downgrade from 5.x and people at the time told me to go to 4.7.2 so that the razor scripts in CWS would work.
Now that it is several months later, I am nearing the deadline for my project (day after tomorrow) and have 90% of my site finished, with only the contour forms acting up. I'm just about ready to get my money back on Contour. After the CWS fiasco and after having versioning problems with several other plugins, I looked specifically on the Contour site before purchasing to see if they had any known version conflicts, and/or unsupported versions.
I never found that documentation anywhere, and I assumed it was well supported, being the "sponsored" plugin from the Umbraco company.
So, was I wrong in assuming that they didn't have version conflicts?
I think I'm going to ditch Contour and build my own forms. Most of what I need to do they won't do anyways on my two more complex forms - I was just hoping to get an "easy" contact form out of the way.
Comment author was deleted
Well the dictionary item error shouldn't affect the form, it should still work. any chance I can take a look at the site and see if I can figure out why Contour isn't working? You can mail details to tg at umbraco dot com, thanks!
Tim,
Thanks for the quick response, and sorry for my late-night angry forum post above.
I'm willing to help work out the issue - I like the general idea of Umbraco being open source and you guys working so hard to support the community.
So I want to tell you that I appreciate what you're doing!
I can't give you access to my client's production machine,
but I can email you some dropbox links if you want to try to download and run the project.
thanks for your help!
-Will
Comment author was deleted
Yup that would be perfect :)
is working on a reply...