I've been going through the motions following the upgrade guides for what I need to do with upgrading Umbraco 6 to 7. When I try to push these changes out to production to perform the upgrade, I'm running into this issue:
Could not load types from assembly umbraco.MacroEngines, Version=1.0.5557.19146, Culture=neutral, PublicKeyToken=null, errors:
Exception: System.TypeLoadException: Method 'get_Version' in type 'umbraco.MacroEngines.PropertyResult' from assembly 'umbraco.MacroEngines, Version=1.0.5557.19146, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Looking at the decompiled dll for umbraco.MacroEngines, there is indeed a missing C# property on the PropertyResult class for implementing the IProperty property Version.
How exactly do I go about fixing this? I don't have access to the source code, so I can't implement the missing property.
Error on upgrading from 6 to 7
I've been going through the motions following the upgrade guides for what I need to do with upgrading Umbraco 6 to 7. When I try to push these changes out to production to perform the upgrade, I'm running into this issue:
Could not load types from assembly umbraco.MacroEngines, Version=1.0.5557.19146, Culture=neutral, PublicKeyToken=null, errors: Exception: System.TypeLoadException: Method 'get_Version' in type 'umbraco.MacroEngines.PropertyResult' from assembly 'umbraco.MacroEngines, Version=1.0.5557.19146, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Looking at the decompiled dll for umbraco.MacroEngines, there is indeed a missing C# property on the PropertyResult class for implementing the IProperty property Version.
How exactly do I go about fixing this? I don't have access to the source code, so I can't implement the missing property.
I'm going from version 6.1.5 to 7.2.4 to be specific. Any thoughts?
is working on a reply...