Great project, but I haven't had the chance to really use it.
I am running a clean umbraco 4.7 on a Win7, SQL2008R2 Express.
When trying to edit a node with an OpeningHours-property, I'm getting this error:
Could not load type
'umbraco.editorControls.userControlGrapper.SerializationHelper' from
assembly 'umbraco.editorControls, Version=1.0.4090.21638,
Culture=neutral, PublicKeyToken=null'.
After poking around a bit, it seems to me, that the OpeningHours project is build with a hard version binding to the umbraco.editorControls.dll.
The version number of the umbraco 4.6.1 is: 1.0.4029.29222
And the version of the umbraco 4.7 is: 1.0.4090.21638
The TheseDays.Umbraco.DataTypes.OpeningHours.dll, says it is version 1.0.0.0, but I've clicked the 1.0.0.2 link, could it be a wrong dll in the package?
Not working on Umbraco 4.7
Hi,
Great project, but I haven't had the chance to really use it.
I am running a clean umbraco 4.7 on a Win7, SQL2008R2 Express.
When trying to edit a node with an OpeningHours-property, I'm getting this error:
After poking around a bit, it seems to me, that the OpeningHours project is build with a hard version binding to the umbraco.editorControls.dll.
The version number of the umbraco 4.6.1 is: 1.0.4029.29222
And the version of the umbraco 4.7 is: 1.0.4090.21638
Hi Nick,
You are right, I still need to update the project requirements as the SerializationHelper was introduced in Umbraco 4.7.
It makes sense you would get this error when running a lower version but you say you are running 4.7?
Which build is it exactly?
Thanks for your feedback!
Hi,
The TheseDays.Umbraco.DataTypes.OpeningHours.dll, says it is version 1.0.0.0, but I've clicked the 1.0.0.2 link, could it be a wrong dll in the package?
Hi, again :)
I just tried to download the latest umbraco build, now it's working.
But thanks anyway.
Yeah it looks like I forgot to update the assembly info :-)
The package should contain the latest build though, glad you got it working!
is working on a reply...