I have umbraco installed on IIS 7.5 under .net 4. After upgrading from
4.5.2 to 4.6.1, I suddenly can't save properties on new document types. I
can create the document type and save info on the Info, Structure, and
Tabs tabs, but the properties fail and I get this YSOD in the frame
(attached):
Method not found: 'Void umbraco.cms.businesslogic.ContentType.AddPropertyType(umbraco.cms.businesslogic.datatype.DataTypeDefinition, System.String, System.String)'.
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.MissingMethodException: Method not found: 'Void umbraco.cms.businesslogic.ContentType.AddPropertyType(umbraco.cms.businesslogic.datatype.DataTypeDefinition, System.String, System.String)'.
I
have a lot of inherited master document types, but it doesn't make a
difference if the new document type has a master document type or not.
It happens in both IE 8 and Firefox 3.6. I have the following packages installed (all fairly basic, I think.) Config Tree FamFamFam Icon Package ProWorks Redirect Page CharacterLimit TextArea
Can't save document type properties in 4.6.1 - Method not found
[Submitted as Issue #29969 on codeplex]
I have umbraco installed on IIS 7.5 under .net 4. After upgrading from 4.5.2 to 4.6.1, I suddenly can't save properties on new document types. I can create the document type and save info on the Info, Structure, and Tabs tabs, but the properties fail and I get this YSOD in the frame (attached):
Method not found: 'Void umbraco.cms.businesslogic.ContentType.AddPropertyType(umbraco.cms.businesslogic.datatype.DataTypeDefinition, System.String, System.String)'.
Exception Details: System.MissingMethodException: Method not found: 'Void umbraco.cms.businesslogic.ContentType.AddPropertyType(umbraco.cms.businesslogic.datatype.DataTypeDefinition, System.String, System.String)'.
I have a lot of inherited master document types, but it doesn't make a difference if the new document type has a master document type or not. It happens in both IE 8 and Firefox 3.6.
I have the following packages installed (all fairly basic, I think.)
Config Tree
FamFamFam Icon Package
ProWorks Redirect Page
CharacterLimit TextArea
This is pretty much a showstopper for me.
Same here also using 4.6.1
Sorry this was related to the Geck Media upload. Will post it there.
is working on a reply...