Can anyone help me please, since installing the latest version of Umbraco Forms I'm getting this error:-
'Umbraco.Forms.Mvc.Models.FormViewModel' does not contain a definition for 'RecordState' and no extension method 'RecordState' accepting a first argument of type 'Umbraco.Forms.Mvc.Models.FormViewModel' could be found (are you missing a using directive or an assembly reference?)
I've checked all my DLL's and they all look correct to me.
missing method RecordState
Hello,
Can anyone help me please, since installing the latest version of Umbraco Forms I'm getting this error:-
I've checked all my DLL's and they all look correct to me.
Does anyone know how to fix this?
Thanks
Paul
My bad, it seems as though my Visual Studio project was hanging on to the old DLL versions - I thought it was 4.1.5 but it turned out to be 4.1.4.
A quick solution clean, deleted the DLL's from the Bin and republished and all works fine.
is working on a reply...