Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Everytime I publish a page in Umbraco 4.0.3, I'll get this exception:
[KeyNotFoundException: Den angivna nyckeln finns inte i uppslagslistan.] System.ThrowHelper.ThrowKeyNotFoundException() +36 System.Collections.Generic.Dictionary`2.get_Item(TKey key) +4292229 umbraco.cms.businesslogic.datatype.DataTypeDefinition.get_DataType() +179 umbraco.cms.businesslogic.property.Property.MakeNew(PropertyType pt, Content c, Guid versionId) +507 umbraco.cms.businesslogic.Content.createNewVersion() +416 umbraco.cms.businesslogic.web.Document.PublishWithResult(User u) +254 umbraco.cms.presentation.editContent.Publish(Object sender, EventArgs e) +224 System.EventHandler.Invoke(Object sender, EventArgs e) +0 umbraco.controls.ContentControl.savePublish(Object Sender, ImageClickEventArgs e) +71 System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +98 System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +161 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981
Does anyone know how where the problem is? It happens on all pages and all documenttypes
Hi Calle
Have you made any custom datatypes, which you are using or installed an old package or something like that?
Is it a new install or has it been running without problems for a while? If so maybe recycling the app pool in IIS can do the trick?
/Jan
Hi, I do have some custom datatypes, but they have been working fine until yesterday for some reason. have no idea why. Tried to recycle app-poll too, but no sucess
Hmm yes that seems a bit strange.
And have the datatypse been compiled against the correct version of Umbraco? You have not been updating or anything that could have caused this issue?
Have you by any chance installed the log manager package? http://our.umbraco.org/projects/developer-tools/log-manager - Maybe that can provide some usefull info.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Error when publishing pages
Everytime I publish a page in Umbraco 4.0.3, I'll get this exception:
[KeyNotFoundException: Den angivna nyckeln finns inte i uppslagslistan.]
System.ThrowHelper.ThrowKeyNotFoundException() +36
System.Collections.Generic.Dictionary`2.get_Item(TKey key) +4292229
umbraco.cms.businesslogic.datatype.DataTypeDefinition.get_DataType() +179
umbraco.cms.businesslogic.property.Property.MakeNew(PropertyType pt, Content c, Guid versionId) +507
umbraco.cms.businesslogic.Content.createNewVersion() +416
umbraco.cms.businesslogic.web.Document.PublishWithResult(User u) +254
umbraco.cms.presentation.editContent.Publish(Object sender, EventArgs e) +224
System.EventHandler.Invoke(Object sender, EventArgs e) +0
umbraco.controls.ContentControl.savePublish(Object Sender, ImageClickEventArgs e) +71
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +98
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +161
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981
Does anyone know how where the problem is? It happens on all pages and all documenttypes
Hi Calle
Have you made any custom datatypes, which you are using or installed an old package or something like that?
Is it a new install or has it been running without problems for a while? If so maybe recycling the app pool in IIS can do the trick?
/Jan
Hi, I do have some custom datatypes, but they have been working fine until yesterday for some reason. have no idea why. Tried to recycle app-poll too, but no sucess
Hmm yes that seems a bit strange.
And have the datatypse been compiled against the correct version of Umbraco? You have not been updating or anything that could have caused this issue?
Have you by any chance installed the log manager package? http://our.umbraco.org/projects/developer-tools/log-manager - Maybe that can provide some usefull info.
/Jan
is working on a reply...